Difference between revisions of "Team:OLS Canmore AB CA/CSS"

 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
 
@charset "UTF-8";
 
@charset "UTF-8";
 
@import url(font-awesome.min.css);
 
@import url(font-awesome.min.css);
Line 27: Line 28:
  
 
body {
 
body {
background: #fff;
+
background: #000;
 
}
 
}
  
Line 36: Line 37:
 
 
 
}
 
}
 
/* Section/Article */
 
 
section.special, article.special {
 
text-align: center;
 
}
 
 
header p {
 
color: #bbb;
 
position: relative;
 
margin: 0 0 1.5em 0;
 
}
 
 
header h2 + p {
 
font-size: 1.25em;
 
margin-top: -1em;
 
line-height: 1.5em;
 
}
 
 
header h3 + p {
 
font-size: 1.1em;
 
margin-top: -0.85em;
 
line-height: 1.5em;
 
}
 
 
header h4 + p,
 
header h5 + p,
 
header h6 + p {
 
font-size: 0.9em;
 
margin-top: -0.75em;
 
line-height: 1.5em;
 
}
 
 
header.major {
 
text-align: center;
 
margin: 0 0 4em 0;
 
}
 
 
header.major h2 {
 
font-size: 2em;
 
}
 
 
header.major h2 + p {
 
font-size: 1.5em;
 
margin: -1em 0 2em 0;
 
}
 
 
 
/* Header */
 
 
 
#header {
 
 
background: #fff;
 
color: #555f66;
 
cursor: default;
 
height: 3em;
 
left: 0;
 
line-height: 3em;
 
position: fixed;
 
top: 0;
 
width: 100%;
 
z-index: 10000;
 
box-shadow: 0 0 0.1em 0 rgba(0, 0, 0, 0.25);
 
}
 
 
#header h1 {
 
color: #666f77;
 
font-weight: 500;
 
height: inherit;
 
left: 1.25em;
 
line-height: inherit;
 
margin: 0;
 
padding: 0;
 
position: absolute;
 
top: 0;
 
}
 
 
#header h1 a {
 
font-size:1.25em;
 
}
 
 
#header nav {
 
height: inherit;
 
line-height: inherit;
 
position:absolute;
 
right: 1.25em;
 
top: 0;
 
vertical-align: middle;
 
}
 
 
#header nav > ul {
 
list-style: none;
 
margin: 0;
 
padding-left: 0;
 
 
}
 
 
#header nav > ul > li {
 
border-radius: 6px;
 
display: inline-block;
 
margin-left: 2em;
 
padding-left: 0;
 
}
 
 
#header nav > ul > li a {
 
-moz-transition: color 0.2s ease-in-out;
 
-webkit-transition: color 0.2s ease-in-out;
 
-o-transition: color 0.2s ease-in-out;
 
-ms-transition: color 0.2s ease-in-out;
 
 
transition: color 0.2s ease-in-out;
 
color: #555f66;
 
display: inline-block;
 
text-decoration: none;
 
 
}
 
 
#header nav > ul > li a:hover {
 
color: #629DD1;
 
}
 
 
#header nav > ul > li:first-child {
 
margin-left: 0;
 
}
 
 
#header nav > ul > li .button {
 
height: 2.25em;
 
line-height: 2.25em;
 
margin-bottom: 0;
 
padding: 0 1em;
 
position: relative;
 
top: -0.075em;
 
vertical-align: middle;
 
}
 
 
#header .container {
 
position: relative;
 
}
 
 
#header .container h1 {
 
left: 0;
 
}
 
 
#header .container nav {
 
right: 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*****/

  1. globalWrapper{

width: 1000px; }

.firstHeading{ display: none; }

  1. 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;

}