Team:UT Dallas/css
From 2013.igem.org
(Difference between revisions)
Line 230: | Line 230: | ||
border: 0; | border: 0; | ||
width: 965px; | width: 965px; | ||
- | + | display:none; | |
+ | } | ||
+ | |||
+ | .accordion | ||
+ | { | ||
+ | margin: 5px; | ||
+ | width:220px; | ||
+ | } | ||
+ | .accordion dt, dd | ||
+ | { | ||
+ | padding: 3px; | ||
+ | margin-left:0px; | ||
+ | } | ||
+ | .accordion dt | ||
+ | { | ||
+ | background: none repeat scroll 0 0 #666666; | ||
+ | margin-bottom: 0; | ||
+ | padding-bottom: 6px; | ||
+ | padding-left: 20px; | ||
+ | padding-top: 6px; | ||
+ | } | ||
+ | |||
+ | .accordion dt a | ||
+ | { | ||
+ | color: #000000; | ||
+ | font-weight:bold; | ||
} | } |
Revision as of 22:31, 6 September 2013
/* Header formatting */
- top-section
{
display:none;
}
/* Full page formatting */
- content {
background: none repeat scroll 0 0 #FFFFFF; border: 0 none; box-shadow: 0 0 8px 3px #222222; margin: 15px auto; padding: 0; width: 1000px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
}
- back {
background-color: #C2E0C2;
}
/*FORMATS THE BACKGROUND FOR ALL PAGES*/
- top-section {
position: relative; height: 20px; width: 975px;
}
- contentSub,#search-controls,.firstHeading,#catlinks,#p-logo {
display: none;
}
- container {
width: 1000px;
}
- globalwrapper {
margin: 0 0 auto auto;
}
/* Title panel formatting */
- top-panel {
background-color: #FFFFFF; background-image: url(""); height: 300px; width: 1000px; border-radius: 5px 5px 0 0;
}
- trans {
text-align: right; color: #555; letter-spacing: 1.3px;
}
- sa {
line-height: 100%; font-family: "Trebuchet MS", sans-serif; font-size: 36px;
}
- sa {
color: #008ACF; padding-top: 55px; letter-spacing: 1.3px; text-align: right;
}
/* Border above main menu formatting */
- border-top {
background-color: #6c6c6c; height: 6px; width: 1000px;
}
/* Main menu formatting */
- nav {
background-color: #339933; color: #FFFFFF; float: left; font-family: "Trebuchet MS",sans-serif; font-size: 16px; font-weight: bold; list-style: none outside none; margin: 0 0 0 -13px; width: 1025px;
}
- nav li {
float: left; margin: 0 20px 0 -5px; position: relative;
}
- nav a {
display: block; padding: 5px 15px; text-decoration: none; color: #FFF; border-style: none;
}
- nav a:hover {
color: #000;
}
/* General content formatting */ /*#content {
position: relative; width: 975px; padding: 0 10px 10px; align: center;
}
- content {
border-radius: 0 0 5px 5px; box-shadow: 0 2px 6px 3px #222; z-index: 2;
}*/
/* Main page abstract panel formatting */
- bottom-panel {
background-color: #fff;
margin-top: 32px;
padding: 8px;
min-height:470px; border-radius: 0 0 5px 5px; }
- abs-title {
font-size: 30px; font-family: "Trebuchet MS", sans-serif; color: #6c6c6c;
}
- abs-title {
float: left; margin: 20px auto 0 40px;
}
- abs-title a:link,#abs-title a:visited {
float: left; font-weight: 700;
}
- abs-title a:link,#abs-title a:visited {
text-decoration: none; color: #888;
}
- abs-title a:hover {
color: #A32C2C;
}
- abs-text {
font-size: 13px; font-family: "Trebuchet MS", sans-serif; color: #333;
}
- abs-text {
text-align: left; line-height: 180%; margin: 20px 0 auto 40px;
}
/* Main page sub box formatting */ .subbox {
font-size: 18px; font-family: "Trebuchet MS", sans-serif; color: #f60;
}
.subbox {
width: 320px; margin: 0 0 10px 30px; background: #fff;
}
.subbox {
border-radius: 5px; border: 1px solid #aaa; box-shadow: 0 1px 2px 1px #f60;
}
/* Main page project panel formatting */
- proj-panel {
background-color: #fff; height: 440px; width: 995px; margin: 15px 20px 15px -10px;
}
- proj-panel {
border-radius: 5px 5px 5px 5px; box-shadow: 0 2px 6px 2px #222;
}
.feature {
font-size: 18px; font-family: "Trebuchet MS", sans-serif; margin: 20px 0 0 16px;
}
.feature {
color: #008ACF; background: #fff; width: 285px; height: 300px; border-style: none;
}
.brief {
font-size: 13px; font-family: sans-serif; color: #333;
}
.brief {
margin: 10px 10px 0 0; text-align: left; line-height: 180%;
}
/* Footer box formatting */
- footer-box {
border: 0; width: 965px; display:none;
}
.accordion {
margin: 5px; width:220px;
} .accordion dt, dd {
padding: 3px; margin-left:0px;
} .accordion dt {
background: none repeat scroll 0 0 #666666; margin-bottom: 0; padding-bottom: 6px; padding-left: 20px; padding-top: 6px;
}
.accordion dt a {
color: #000000; font-weight:bold;
}