Difference between revisions of "Template:Team:Penn/CSS"
Line 57: | Line 57: | ||
p { | p { | ||
text-indent: 3em; | text-indent: 3em; | ||
− | font-size: | + | font-size:15px; |
color:#000; | color:#000; | ||
} | } | ||
Line 68: | Line 68: | ||
body { | body { | ||
− | background-image: url("https://static.igem.org/mediawiki/ | + | background-image: url("https://static.igem.org/mediawiki/2014/4/43/Penn_2014_wiki_background.jpg"); |
background-size: 100%; | background-size: 100%; | ||
background-repeat: repeat; | background-repeat: repeat; | ||
Line 130: | Line 130: | ||
#PhotoBox { | #PhotoBox { | ||
− | background: # | + | background: #585d8a; /* Old browsers */ |
− | background: -moz-linear-gradient(top, # | + | background: -moz-linear-gradient(top, #585d8a 0%, #2e335f 100%); /* FF3.6+ */ |
− | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,# | + | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585d8a), color-stop(100%,#2e335f)); /* Chrome,Safari4+ */ |
− | background: -webkit-linear-gradient(top, # | + | background: -webkit-linear-gradient(top, #585d8a 0%,#2e335f 100%); /* Chrome10+,Safari5.1+ */ |
− | background: -o-linear-gradient(top, # | + | background: -o-linear-gradient(top, #585d8a 0%,#2e335f 100%); /* Opera 11.10+ */ |
− | background: -ms-linear-gradient(top, # | + | background: -ms-linear-gradient(top, #585d8a 0%,#2e335f 100%); /* IE10+ */ |
− | background: linear-gradient(to bottom, # | + | background: linear-gradient(to bottom, #585d8a 0%,#2e335f 100%); /* W3C */ |
− | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='# | + | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585d8a', endColorstr='#2e335f',GradientType=0 ); /* IE6-9 */ |
box-shadow: 0px 0px 20px #000000; | box-shadow: 0px 0px 20px #000000; | ||
Line 150: | Line 150: | ||
#MenuBox { | #MenuBox { | ||
− | background: # | + | background: #585d8a; /* Old browsers */ |
− | background: -moz-linear-gradient(top, # | + | background: -moz-linear-gradient(top, #585d8a 0%, #2e335f 100%); /* FF3.6+ */ |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585d8a), color-stop(100%,#2e335f)); /* Chrome,Safari4+ */ | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585d8a), color-stop(100%,#2e335f)); /* Chrome,Safari4+ */ | ||
− | background: -webkit-linear-gradient(top, # | + | background: -webkit-linear-gradient(top, #585d8a 0%,#2e335f 100%); /* Chrome10+,Safari5.1+ */ |
− | background: -o-linear-gradient(top, # | + | background: -o-linear-gradient(top, #585d8a 0%,#2e335f 100%); /* Opera 11.10+ */ |
− | background: -ms-linear-gradient(top, # | + | background: -ms-linear-gradient(top, #585d8a 0%,#2e335f 100%); /* IE10+ */ |
− | background: linear-gradient(to bottom, # | + | background: linear-gradient(to bottom, #585d8a 0%,#2e335f 100%); /* W3C */ |
− | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='# | + | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585d8a', endColorstr='#2e335f',GradientType=0 ); /* IE6-9 */ |
box-shadow: 0px 0px 20px #000000; | box-shadow: 0px 0px 20px #000000; | ||
Line 226: | Line 226: | ||
} | } | ||
#nav li { | #nav li { | ||
− | color:# | + | color:#FFF; |
display: inline-block; | display: inline-block; | ||
position: relative; | position: relative; | ||
− | padding: 20px | + | padding: 10px 20px; |
− | background: # | + | background: #585d8a; /* Old browsers */ |
− | background: -moz-linear-gradient(top, # | + | background: -moz-linear-gradient(top, #585d8a 0%, #2e335f 100%); /* FF3.6+ */ |
− | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,# | + | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585d8a), color-stop(100%,#2e335f)); /* Chrome,Safari4+ */ |
− | background: -webkit-linear-gradient(top, # | + | background: -webkit-linear-gradient(top, #585d8a 0%,#2e335f 100%); /* Chrome10+,Safari5.1+ */ |
− | background: -o-linear-gradient(top, # | + | background: -o-linear-gradient(top, #585d8a 0%,#2e335f 100%); /* Opera 11.10+ */ |
− | background: -ms-linear-gradient(top, # | + | background: -ms-linear-gradient(top, #585d8a 0%,#2e335f 100%); /* IE10+ */ |
− | + | background: linear-gradient(to bottom, #585d8a 0%,#2e335f 100%); /* W3C */ | |
− | background: linear-gradient(to bottom, # | + | |
Line 251: | Line 250: | ||
} | } | ||
#nav li ul li:hover { | #nav li ul li:hover { | ||
− | background: # | + | background: #fff; |
− | color: # | + | color: #4e5680; |
} | } | ||
Line 274: | Line 273: | ||
} | } | ||
#nav li ul li { | #nav li ul li { | ||
− | background: # | + | background: #ffffff; |
display: block; | display: block; | ||
− | color: # | + | color: #4e5680; |
} | } | ||
− | #nav li ul li:hover { background: # | + | #nav li ul li:hover { background: #4e5680; color: #ffffff; } |
#nav li:hover ul { | #nav li:hover ul { | ||
display: block; | display: block; | ||
Line 287: | Line 286: | ||
.people_table{ | .people_table{ | ||
− | width: | + | width: 900px; |
background-color:inherit; | background-color:inherit; | ||
border-spacing: 0px 5px; | border-spacing: 0px 5px; | ||
Line 293: | Line 292: | ||
.people_table tr td{ | .people_table tr td{ | ||
− | width: | + | width: 220px; |
min-width:220px; | min-width:220px; | ||
background-color: #444; | background-color: #444; | ||
Line 307: | Line 306: | ||
.name { | .name { | ||
− | font-size: | + | font-size: 16px; |
font-weight:bold; | font-weight:bold; | ||
} | } | ||
Line 314: | Line 313: | ||
font-weight: 500; | font-weight: 500; | ||
font-style: normal; | font-style: normal; | ||
− | font-size: | + | font-size: 15px; |
} | } | ||
Line 327: | Line 326: | ||
font-weight: 500; | font-weight: 500; | ||
font-style: normal; | font-style: normal; | ||
− | font-size: | + | font-size: 15px; |
margin-top:10px; | margin-top:10px; | ||
} | } | ||
Line 334: | Line 333: | ||
font-weight:bold; | font-weight:bold; | ||
margin-top:40px; | margin-top:40px; | ||
− | font-size: | + | font-size: 18px; |
} | } | ||
Line 349: | Line 348: | ||
.sponsor_table tr td{ | .sponsor_table tr td{ | ||
width: 25%; | width: 25%; | ||
− | background-color: # | + | background-color: #fff; |
vertical-align: middle; | vertical-align: middle; | ||
} | } | ||
Line 398: | Line 397: | ||
− | <div style = "background: url('https://static.igem.org/mediawiki/ | + | <div style = "background: url('https://static.igem.org/mediawiki/2014/2/24/JaneText.png'); position: inherited; height:350px; background-size: 80%; background-repeat: no-repeat; background-position:center top;"> |
</div> | </div> | ||
Revision as of 03:49, 19 August 2015