257 lines
3.8 KiB
CSS
257 lines
3.8 KiB
CSS
/* Global
|
|
--------------------------*/
|
|
|
|
body {
|
|
background: #fff;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: #281f18;
|
|
}
|
|
|
|
html {
|
|
height: 100%;
|
|
}
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 100%;
|
|
}
|
|
|
|
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea {
|
|
font-family: 'Myriad Pro', 'Myriad', helvetica, arial, sans-serif;
|
|
}
|
|
|
|
.wrapper {
|
|
margin: 0 35px;
|
|
min-width: 910px;
|
|
}
|
|
|
|
a:hover,a:active {
|
|
color: #000;
|
|
}
|
|
|
|
a img {
|
|
border: none;
|
|
}
|
|
|
|
a:active {
|
|
outline: none;
|
|
}
|
|
|
|
/* Header
|
|
---------------------------*/
|
|
|
|
#page-header {
|
|
background: #333;
|
|
color: #fff;
|
|
height: 30px;
|
|
z-index: 99999;
|
|
position: relative;
|
|
}
|
|
|
|
#page-header div.headermenu {
|
|
height: 30px;
|
|
padding-bottom: 0px;
|
|
margin-bottom: 0px;
|
|
padding-top: 0px;
|
|
margin-top: 0px;
|
|
line-height: 30px;
|
|
}
|
|
#page-header a:link,
|
|
#page-header a:visited {
|
|
color: #fff;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
#newheader {
|
|
height: 100px;
|
|
position: relative;
|
|
}
|
|
|
|
#newheaderleft {
|
|
height: 100px;
|
|
width: 50px;
|
|
position: absolute;
|
|
left: -50px;
|
|
}
|
|
h1.headermain {
|
|
margin-left: 0px;
|
|
padding-left: 0px;
|
|
color: #fff;
|
|
margin-top: 35px;
|
|
font-family: 'Myriad Pro', 'Myriad', helvetica, arial, sans-serif;
|
|
text-shadow: 2px 3px 3px #292929;
|
|
letter-spacing: -1px;
|
|
-webkit-text-stroke: 1px white;
|
|
}
|
|
|
|
#region-main-box {
|
|
background: #eee;
|
|
}
|
|
|
|
#region-post-box {
|
|
background: #fff;
|
|
}
|
|
|
|
#page-footer {
|
|
background: #333;
|
|
color: #fff;
|
|
}
|
|
|
|
#page-content, #region-main-box, #region-main-wrap, #page-content-wrapper, #top, div.region-content {
|
|
min-height: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
#region-main-box {
|
|
-webkit-box-shadow: 6px 0px 8px #ccc;
|
|
-moz-box-shadow: 6px 0px 8px #ccc;
|
|
box-shadow: 6px 0px 8px #ccc;
|
|
}
|
|
|
|
#region-main {
|
|
-webkit-box-shadow: 6px 0px 8px #ccc;
|
|
-moz-box-shadow: 6px 0px 8px #ccc;
|
|
box-shadow: 6px 0px 8px #ccc;
|
|
}
|
|
|
|
.side-pre-only #region-main, .content-only #region-main, .content-only #region-main-box {
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
/* Navbar
|
|
--------------------------*/
|
|
|
|
.navbar {
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
.navbar .wrapper {
|
|
margin-left: 0px !important;
|
|
padding-left: 0px !important;
|
|
|
|
}
|
|
|
|
.breadcrumb .sep {
|
|
color: #777;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.navbutton {
|
|
margin-top: 40px;
|
|
margin-right: 10px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
|
|
/* Blocks
|
|
---------------------------*/
|
|
|
|
.block {
|
|
border: none;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.block .header {
|
|
border-bottom:none;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.block.hidden .header {
|
|
border-top: 1px solid #dadada;
|
|
border-bottom: 1px solid #dadada;
|
|
}
|
|
.block .title h2 {
|
|
font-weight: normal;
|
|
font-size: 1.1em;
|
|
margin: 0;
|
|
}
|
|
|
|
.block .content {
|
|
font-size: 0.95em;
|
|
}
|
|
|
|
.
|
|
/* Forums
|
|
---------------------------*/
|
|
|
|
.forumpost .subject {
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.forumpost .author {
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
.forumpost .content {
|
|
border-bottom:5px solid #aaa;
|
|
padding:5px 7px 10px 7px;
|
|
}
|
|
|
|
.forumpost .topic {
|
|
background: #eee;
|
|
border-bottom: 1px solid #aaa;
|
|
}
|
|
|
|
/* Course
|
|
-------------------------------*/
|
|
|
|
.course-content .main {
|
|
border: 1px solid #eee;
|
|
background: #eee;
|
|
}
|
|
|
|
.course-content .current {
|
|
background: #1f5480;
|
|
color: #fff;
|
|
}
|
|
|
|
.course-content .main .content {
|
|
background: #fff;
|
|
}
|
|
|
|
/* YUI Menu
|
|
-------------------------------*/
|
|
|
|
#custommenu {
|
|
width: 70%;
|
|
float: left;
|
|
}
|
|
|
|
div.yui3-menu-content {
|
|
border: none !important;
|
|
}
|
|
|
|
.yui3-menu-content li a {
|
|
font-size: 11px;
|
|
font-weight: 200;
|
|
line-height: 30px;
|
|
text-transform: uppercase;
|
|
cursor: pointer;
|
|
border-right: none !important;
|
|
border-top: none !important;
|
|
border-bottom: none !important;
|
|
text-decoration: none !important;
|
|
margin-left: 0px !important;
|
|
padding-left: 0px !important;
|
|
margin-right: 10px !important;
|
|
}
|
|
|
|
.yui3-menu-content li a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
div.custom_menu_submenu li a {
|
|
line-height: 30px;
|
|
text-shadow: none !important;
|
|
color: #333 !important;
|
|
margin-left: 5px !important;
|
|
}
|
|
|
|
div.firstdockitem {
|
|
margin-top: 30px;
|
|
} |