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

Line 26: Line 26:
 
   padding-top: 5px;
 
   padding-top: 5px;
 
   text-align: center;
 
   text-align: center;
 +
}
 +
 +
.thumb .tright {
 +
background-color: red;
 
}
 
}

Revision as of 20:35, 9 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;

}

.thumb .tright { background-color: red; }