|
|
(43 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| + | |
| @charset "UTF-8"; | | @charset "UTF-8"; |
| @import url(font-awesome.min.css); | | @import url(font-awesome.min.css); |
| @import url("http://fonts.googleapis.com/css?family=Roboto:500,300"); | | @import url("http://fonts.googleapis.com/css?family=Roboto:500,300"); |
− |
| |
− | *{
| |
− | margin: 0;
| |
− | padding: 0;
| |
− | }
| |
− |
| |
− | html{
| |
− | font-size: 100%;
| |
− | border-color: none;
| |
− | }
| |
− |
| |
− | body{
| |
− | font: 10px%/1.5 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
| |
− | color: #343434;
| |
− | background-color: #e0e0e0;
| |
− | }
| |
− |
| |
− | #wrapper_CON{
| |
− | font-size: 10px;
| |
− | line-height: 1.5em;
| |
− | background-color: #b5b5b5;
| |
− | }
| |
− |
| |
− | p{
| |
− | margin-bottom: 1.5em;
| |
− | }
| |
− |
| |
− | /*------------add code below------------*/
| |
| | | |
| /*****Wiki Edits*****/ | | /*****Wiki Edits*****/ |
| #globalWrapper{ | | #globalWrapper{ |
− | width: 1200px; | + | width: 1000px; |
| } | | } |
| | | |
Line 44: |
Line 17: |
| } | | } |
| | | |
− | #content{
| |
− | width: 1200px;
| |
− | border: none;
| |
− | margin: 0 auto;
| |
− | margin-top: -10px;
| |
− | margin-bottom: -20px;
| |
− | padding:0;
| |
− | }
| |
| | | |
− | html{
| |
− | margin: 0px auto;
| |
− | width: 1200px;
| |
− | background: #e0e0e0;
| |
− | }
| |
| | | |
− | body{
| + | /* |
− | width: 1200px; | + | Ion by TEMPLATED |
− | padding-top: 95px; | + | templated.co @templatedco |
− | margin-bottom: 0px;
| + | Released for free under the Creative Commons Attribution 3.0 license (templated.co/license) |
− | }
| + | */ |
| | | |
− | a img{
| |
− | border: none;
| |
− | }
| |
− |
| |
− | h1{
| |
− | font-size: 2.5em;
| |
− | line-height: 1.5em;
| |
− | font-weight: 200;
| |
− | margin: 0px 0px 10px 0px;
| |
− | border-bottom: none;
| |
− | }
| |
− |
| |
− | h2{
| |
− | text-transform: uppercase;
| |
− | border-bottom: none;
| |
− | }
| |
− |
| |
− | h3{
| |
− | font-size: 1.2em;
| |
− | border-bottom: none;
| |
− | margin-bottom: 3px;
| |
− | }
| |
− |
| |
− | ul{
| |
− | list-style-type: none;
| |
− | list-style: none;
| |
− | }
| |
− |
| |
− | p{
| |
− | width: 1000px;
| |
− | font-size: 1.3em;
| |
− | line-height: 1.25em;
| |
− | }
| |
| /* Basic */ | | /* Basic */ |
| | | |
| body { | | body { |
− | background: #fff; | + | background: #000; |
| } | | } |
− |
| |
| | | |
| body, input, select, textarea { | | body, input, select, textarea { |
Line 109: |
Line 35: |
| font-family: "Roboto", Helvetica, sans-serif; | | font-family: "Roboto", Helvetica, sans-serif; |
| font-size: 10pt; | | font-size: 10pt; |
− | font-weight: 300;
| |
− | line-height: 1.00 em;
| |
− | }
| |
− |
| |
− |
| |
− | /* List */
| |
− |
| |
− | li ul {display: none;}
| |
− | ul li a {display: block;padding: 5px 10px 5px 10px;text-decoration: none; white-space: nowrap;color: #000;}
| |
− | ul li a:hover {text-decoration: underline}
| |
− | li:hover ul {display: block; position: absolute;}
| |
− | li:hover li {float: none;}
| |
− | li:hover a {}
| |
− | li:hover li a:hover {}
| |
− |
| |
− |
| |
− |
| |
− | ol {
| |
− | list-style: decimal;
| |
− | margin: 0 0 2em 0;
| |
− | padding-left: 1.25em;
| |
| | | |
− |
| |
− | }
| |
− |
| |
− | ol li {
| |
− | padding-left: 0.25em;
| |
− |
| |
− | }
| |
− |
| |
− | ul {
| |
− | list-style: disc;
| |
− | margin: 0 0 2em 0;
| |
− | padding-left: 1em;
| |
− | text-align:center;
| |
− |
| |
− | }
| |
− |
| |
− | ul li {
| |
− | padding-left: 0.5em;
| |
− | display:inline-block;
| |
− | }
| |
− |
| |
− | ul.alt {
| |
− | list-style: none;
| |
− | padding-left: 0;
| |
− | }
| |
− |
| |
− | ul.alt li {
| |
− | border-top: solid 1px rgba(144, 144, 144, 0.25);
| |
− | padding: 0.5em 0;
| |
− | }
| |
− |
| |
− | ul.alt li:first-child {
| |
− | border-top: 0;
| |
− | padding-top: 0;
| |
− | }
| |
− |
| |
− | ul.icons {
| |
− | cursor: default;
| |
− | list-style: none;
| |
− | padding-left: 0;
| |
− | }
| |
− |
| |
− | ul.icons li {
| |
− | display: inline-block;
| |
− | padding: 0 1.25em 0 0;
| |
− | }
| |
− |
| |
− | ul.icons li:last-child {
| |
− | padding-right: 0;
| |
− | }
| |
− |
| |
− | ul.icons li .icon:before {
| |
− | font-size: 1.5em;
| |
− | }
| |
− |
| |
− | ul.actions {
| |
− | cursor: default;
| |
− | list-style: none;
| |
− | padding-left: 0;
| |
− | }
| |
− |
| |
− | ul.actions li {
| |
− | display: inline-block;
| |
− | padding: 0 1em 0 0;
| |
− | vertical-align: middle;
| |
− | }
| |
− |
| |
− | ul.actions li:last-child {
| |
− | padding-right: 0;
| |
− | }
| |
− |
| |
− | ul.actions.small li {
| |
− | padding: 0 0.5em 0 0;
| |
− | }
| |
− |
| |
− | ul.actions.vertical li {
| |
− | display: block;
| |
− | padding: 1em 0 0 0;
| |
− | }
| |
− |
| |
− | ul.actions.vertical li:first-child {
| |
− | padding-top: 0;
| |
− | }
| |
− |
| |
− | ul.actions.vertical li > * {
| |
− | margin-bottom: 0;
| |
− | }
| |
− |
| |
− | ul.actions.vertical.small li {
| |
− | padding: 0.5em 0 0 0;
| |
− | }
| |
− |
| |
− | ul.actions.vertical.small li:first-child {
| |
− | padding-top: 0;
| |
− | }
| |
− |
| |
− | ul.actions.fit {
| |
− | display: table;
| |
− | margin-left: -1em;
| |
− | padding: 0;
| |
− | table-layout: fixed;
| |
− | width: calc(100% + 1em);
| |
− | }
| |
− |
| |
− | ul.actions.fit li {
| |
− | display: table-cell;
| |
− | padding: 0 0 0 1em;
| |
− | }
| |
− |
| |
− | ul.actions.fit li > * {
| |
− | margin-bottom: 0;
| |
− | }
| |
− |
| |
− | ul.actions.fit.small {
| |
− | margin-left: -0.5em;
| |
− | width: calc(100% + 0.5em);
| |
− | }
| |
− |
| |
− | ul.actions.fit.small li {
| |
− | padding: 0 0 0 0.5em;
| |
− | }
| |
− |
| |
− | dl {
| |
− | margin: 0 0 2em 0;
| |
| } | | } |
Latest revision as of 21:36, 16 September 2015
@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("http://fonts.googleapis.com/css?family=Roboto:500,300");
/*****Wiki Edits*****/
- globalWrapper{
width: 1000px;
}
.firstHeading{
display: none;
}
- top_menu_under{
display: none;
}
/*
Ion by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
/* Basic */
body {
background: #000;
}
body, input, select, textarea {
color: #555f66;
font-family: "Roboto", Helvetica, sans-serif;
font-size: 10pt;
}