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

Line 2: Line 2:
 
     font-family: Helvetica,Arial,Verdana,sans-serif;
 
     font-family: Helvetica,Arial,Verdana,sans-serif;
 
     color: #000000;
 
     color: #000000;
     background: rgb(166,166,166);
+
     background: rgb(249,249,249) url('http://www.commentnation.com/hotlinks/gray_paper_texture_background_seamless_pattern.jpg') repeat;
 
}
 
}
  

Revision as of 13:55, 26 July 2015

html body {

   font-family: Helvetica,Arial,Verdana,sans-serif;
   color: #000000;
   background: rgb(249,249,249) url('http://www.commentnation.com/hotlinks/gray_paper_texture_background_seamless_pattern.jpg') repeat;

}

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

h1.firstHeading {

   display: none;

}