Difference between revisions of "Team:Vilnius-Lithuania/Vilnius15 wiki.css"

 
(30 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
     font-family: Helvetica,Arial,Verdana,sans-serif;
 
     font-family: Helvetica,Arial,Verdana,sans-serif;
 
     color: #000000;
 
     color: #000000;
     background: #ded6ca url('https://static.igem.org/mediawiki/2013/a/a3/TUM13_paper-bg.png') repeat;
+
     background: rgb(249,249,249);
 
}
 
}
  
/* Start top-section style ============================================== */
+
/* Hide page title (it would appear before the header) */
  
/* Remove logo and search */
+
h1.firstHeading {
 
+
div#p-logo,
+
div#search-controls {
+
 
     display: none;
 
     display: none;
 
}
 
}
 
+
p {
/* Center wiki-menu; set font & bg (as fallback) color */
+
  margin-bottom: 25px;
 
+
  height: auto !important;
div#top-section {
+
  margin-left: 0px!important;
    width: 930px;
+
  margin-right: 0px!important;
    height: 20px;
+
  margin-top: 20px!important;
    margin: 0 auto;
+
  margin-bottom: 0px!important;
    color: #d4c6b6;
+
    background: #411c03 url('https://static.igem.org/mediawiki/2013/b/b3/TUM13_brown-top-bg.png') repeat-x 50% 0;
+
 
}
 
}
  
/* Set font and positions */
 
  
div#menubar {
+
/* */
    font-size: 13px;
+
.text-heading {
    font-weight: bold;
+
  color: rgb(62,62,62);
    line-height: 20px;
+
  margin-top: 0px;
 +
  padding-top: 5px;
 +
  text-align: center;
 +
  font-size: 34px!important;
 
}
 
}
 
+
.tright {
div#menubar.right-menu {
+
border: none !important;
    float: right;
+
 
}
 
}
 
+
.tleft {
div#menubar.left-menu {
+
border-color: rgb(249,249,249) !important;
    float: left;
+
 
}
 
}
 
+
.tnone {
/* Fix text */
+
border-color: rgb(249,249,249) !important;
 
+
div#menubar.left-menu a,
+
div#menubar.left-menu li {
+
    text-transform: capitalize;
+
}
+
 
+
div#menubar li {
+
    display: inline;
+
    padding: 0 5px;
+
}
+
 
+
/* White on hover */
+
 
+
div#menubar a:hover {
+
    text-decoration: none;
+
    color: #FFFFFF;
+
}
+
 
+
/* End top-section style ================================================ */
+
 
+
/* Start header style =================================================== */
+
 
+
/* Hide page title (it would appear before the header) */
+
 
+
h1.firstHeading {
+
    display: none;
+
 
}
 
}

Latest revision as of 12:37, 10 September 2015

html body {

   font-family: Helvetica,Arial,Verdana,sans-serif;
   color: #000000;
   background: rgb(249,249,249);

}

/* Hide page title (it would appear before the header) */

h1.firstHeading {

   display: none;

} p {

 margin-bottom: 25px;
 height: auto !important;
 margin-left: 0px!important;
 margin-right: 0px!important;
 margin-top: 20px!important;
 margin-bottom: 0px!important;

}


/* */ .text-heading {

 color: rgb(62,62,62);
 margin-top: 0px;
 padding-top: 5px;
 text-align: center;
 font-size: 34px!important;

} .tright { border: none !important; } .tleft { border-color: rgb(249,249,249) !important; } .tnone { border-color: rgb(249,249,249) !important; }