User:Emma/common.css: Difference between revisions

Want an adless experience? Log in or Create an account.
m
no edit summary
mNo edit summary
mNo edit summary
Line 3: Line 3:
  * ************************************************** */
  * ************************************************** */
   
   
.tabtest {
.tabtest, .tabtestselected {
   float:left;
   float:left;
   width:100%;
   width:100%;
Line 12: Line 12:
}
}
   
   
.tabtest ul {
.tabtest ul, .tabtestselected ul {
   margin:0;
   margin:0;
   padding:10px 10px 0;
   padding:10px 10px 0;
Line 18: Line 18:


}
}
.tabtest li {
.tabtest li, .tabtestselected li {
   float:left;
   float:left;
   margin:0 !important;
   margin:0 !important;
Line 61: Line 61:
}
}


.tabtest a:hover, .tab  strong:hover {
.tabtest a:hover, .tabtest strong:hover, .tabtestselected a, .tabtestselected strong{
   padding: 5px 15px 4px 6px;
   padding: 5px 15px 4px 6px;
   margin-right: 1px;
   margin-right: 1px;