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

 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* WIKI SETTINGS*/
 
 
/* Hide first heading */
 
.firstHeading {
 
display: none;
 
}
 
 
/*-- Remove borders, float content left and remove padding/margin */
 
#globalWrapper, #content{
 
background-color: transparent;
 
border: 0px;
 
float: none;
 
margin:0px;
 
padding: 0px;
 
}
 
  
/*left align Black Menu Bar */
+
@charset "UTF-8";
#top_menu_inside {  
+
@import url(font-awesome.min.css);
margin-center: 20px;  
+
@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;
 +
 +
}

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;

}