ydu_confs_rwd/assets/stylesheets/template/template.scss

937 lines
15 KiB
SCSS
Executable File

@charset "utf-8";
// Base
@import url("http://fonts.googleapis.com/css?family=Droid+Sans:400,700");
@import "bootstrap/mixins";
@import "bootstrap/variables";
@import "base/mixins";
@import "base/variables";
@import "base/unity";
// Layout
@import "layout/header";
@import "layout/slide";
@import "layout/content";
@import "layout/footer";
// Modules
@import "modules/menu";
@import "modules/ad_banner";
@import "modules/announcement";
@import "modules/faq";
@import "modules/web_resource";
@import "modules/gallery";
@import "modules/archives";
@import "modules/member";
@import "modules/personal_plugin";
// Widget
@import "widget/breadcrumb";
@import "widget/sitemenu";
html {
font-size: 100%;
}
body {
font-family: "Droid Sans";
font-size: inherit;
margin-top: 40px;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/**
* Remove default margin.
*/
body {
margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 8/9.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9.
* Hide the `template` element in IE, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
h1 {
font-size: 2em;
margin: .67em 0;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
color: #000;
background: #ff0;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
img {
border: 0;
max-width:100%;
}
/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
figure {
margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
font: inherit;
/* 2 */
margin: 0;
/* 3 */
color: inherit;
/* 1 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10.
*/
button {
overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8+, and Opera
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
cursor: pointer;
/* 3 */
-webkit-appearance: button;
/* 2 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-box-sizing: content-box;
/* 2 */
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
/* 1 */
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
margin: 0 2px;
padding: .35em .625em .75em;
border: 1px solid #c0c0c0;
}
/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
padding: 0;
/* 2 */
border: 0;
/* 1 */
}
/**
* Remove default vertical scrollbar in IE 8/9.
*/
textarea {
overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
padding: 0;
}
@charset "UTF-8";
.menu-container ul:before,
.internal-page:before,
.main:before,
.menu-container ul:after,
.internal-page:after,
.main:after {
display: table;
content: " ";
}
.menu-container ul:after,
.internal-page:after,
.main:after {
clear: both;
}
.header-title a {
display: block;
}
.site-logo {
width: 40px;
}
body {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 90%;
line-height: 1.7;
margin-top: 41px;
color: #333;
background: #eeeee5 url(/assets/body-bg.gif) left top repeat-x;
}
h1,
h2,
h3,
h4,
h5,
h6,
label,
legend {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
a:link,
a:visited {
text-decoration: none;
color: #61c2cd;
}
a:hover,
a:active {
color: #88d1d9;
}
.orbit-root * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wrap {
position: relative;
margin: auto;
}
.header {
width: 1024px;
height: 78px;
margin: auto;
@media (min-width: 1440px){
width: 93.75%;
}
}
.navbar-brand {
padding: 0;
}
.header-title {
float: left;
margin: 0;
padding: 24px 0 4px;
@media (max-width: 767px){
padding-right: 60px;
}
}
.header-title a {
font-family: ;
font-size: 30px;
color: #000;
}
.top-menu {
font-family: ;
float: right;
margin-top: 24px;
padding: 0 10px;
background: #e15d15;
}
.top-menu p {
margin: 0;
}
.top-menu a {
font-size: 12px;
padding: 0 8px;
color: #fff;
border-right: 1px solid #fff;
}
.top-menu a:hover {
text-decoration: underline;
}
.top-menu a:last-child {
border: none;
}
.banner {
margin: auto;
text-align: center;
}
.banner_nav {
position: absolute;
right: 0;
bottom: 15px;
}
.banner_nav li {
font-size: 30px;
float: left;
width: 10px;
height: 10px;
margin: 0 5px 0 0;
cursor: pointer;
color: #fff;
}
.banner_nav .activeSlide {
color: #60bfca;
}
.banner__container {
position: relative;
overflow: hidden;
width: 1024px;
margin: auto;
@media (min-width: 1440px){
width: 93.75%;
}
}
.menu {
line-height: 38px;
width: 1024px;
margin: auto;
background: url(/assets/nav-bg.jpg);
@media (min-width: 1440px){
width: 93.75%;
}
}
.menu .menu-container > ul {
margin: 0;
padding: 0 20px;
list-style: none;
-webkit-box-shadow: 0 2px 5px 0 #bababa;
box-shadow: 0 2px 5px 0 #bababa;
@media (min-width: 1440px){
box-shadow:unset;
}
}
.page_menu {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
@media (min-width: 1440px){
justify-content: space-around;
}
}
.menu__level-1 > li {
position: relative;
float: left;
padding: 0 15px;
}
.menu__level-1 > li:hover,
.menu__level-1 > li.active {
background: url(/assets/nav-li-hover.jpg) left top repeat-x;
}
.menu__level-1 > li > a {
font-family: ;
font-size: 15px;
float: left;
color: #222;
}
.menu__level-1 > li:hover > a,
.menu__level-1 > li.active > a {
color: #fff;
}
.menu__level-1 > li:hover .menu__level-2 {
display: block;
}
.menu .menu__level-2 {
line-height: 1;
position: absolute;
top: 100%;
left: 0;
display: none;
background: #5776ac;
box-shadow: none;
}
.menu .menu__level-2 li {
position: relative;
margin: 8px 0;
padding: 8px 20px;
}
.menu .menu__level-2 a {
font-family: ;
font-size: 12px;
color: #fff;
}
.menu .menu__level-3 {
// display: none;
line-height: 1;
position: absolute;
top: 0;
left: 100%;
background: #5776ac;
box-shadow: none;
}
.menu .menu__level-3 a {
white-space: nowrap;
}
.menu-container {
width: 1024px;
margin: auto;
@media (min-width: 1440px){
width: 93.75%;
}
}
.internal-page {
padding: 2em;
}
footer {
width: 1024px;
margin: auto;
background: #838383;
@media (min-width: 1440px){
width: 93.75%;
}
}
.footer-container {
width: 1024px;
height: 120px;
margin: auto;
padding: 26px 28px;
color: #fff;
@media (min-width: 1440px){
width: 93.75%;
}
}
.footer__address {
font-family: ;
font-size: 12px;
float: left;
}
.footer__right-col {
float: right;
}
.footer__ruling-logo {
float: left;
padding-right: 15px;
}
.footer__counter {
float: right;
}
.invisible_title {
display: none;
}
.banner_nav {
margin: 0;
}
.main {
width: 1024px;
min-height: 500px;
margin: auto;
padding: 40px 36px;
background-color: #fff;
@media (min-width: 1440px){
width: 93.75%;
}
}
.main h2 {
margin-top: 0;
}
.main .more {
font-family: ;
font-size: 13px;
margin: 8px;
text-align: right;
}
.home-page__main-col {
float: left;
width: 640px;
@media (min-width: 1440px){
width: 70%;
}
}
.home-page__right-col {
float: right;
width: 190px;
margin-left: 40px;
@media (min-width: 1440px){
width: 25%;
}
}
.event {
margin-bottom: 45px;
}
.event h2 {
color: #c66b16;
}
.conference h2 {
background-image: url(/assets/heading-icon-b.gif);
}
.ad h2 {
background-image: url(/assets/arrow.gif);
}
.event table,
.conference table {
font-family: ;
font-size: 12px;
width: 100%;
}
.event th,
.conference th {
padding: 8px 15px;
text-align: left;
color: #fff;
background: #c56710;
}
.conference th {
background: #106ec5;
}
.event tr,
.conference tr {
border-bottom: 1px solid #c6c6c6;
}
.event td,
.conference td {
padding: 10px 8px;
text-align: left;
}
.event a,
.conference a {
color: #565656;
}
.event a:hover,
.conference a:hover {
color: #106ec5;
}
.conference h2 {
color: #1e77c8;
}
.ad img {
margin-bottom: 8px;
}
.ad .banner_nav {
display: none;
}
.main h2 {
margin-top: 0;
}
.home-page-body {
.event .w-announcement__th {
background: #c56710;
}
.conference .w-announcement__th {
background: #106ec5;
}
.conference .w-announcement__widget-title {
background-image: url(/assets/heading-icon-b.gif);
}
}
.btn.btn-primary {
color: #fff;
}
//RWD
.banner__container,.menu-container,.main,.footer,.footer-container,.menu,.header{
@media (max-width: 1023px){
width: 100%;
}
}
.home-page__right-col{
@media (max-width: 1023px){
width: 25%;
margin: 0;
}
@media (max-width: 767px){
width: 100%;
margin: 0;
}
}
.home-page__main-col{
@media (max-width: 1023px){
width: 74%;
margin: 0;
}
@media (max-width: 767px){
width: 100%;
margin: 0;
padding: 0;
}
}
.menu{
@media (max-width: 767px){
position: unset;
height: unset;
display: table-cell;
background: url(/assets/nav-bg.jpg) left top;
.page_menu.menu__level-1 > li{
width: 50%;
}
}
}
.header {
@media (max-width: 767px){
height: unset;
}
}
.footer-container{
@media (max-width: 767px){
padding: 12px;
}
}
.menu .menu__level-2 {
z-index: 1;
}
.banner .banner__container{
height: unset;
}
#accesskey_sitemenu{
display: none;
}