Użytkownik:Pan Cube/userstyle.css: Różnice pomiędzy wersjami
Z Nonsensopedii, polskiej encyklopedii humoru
Linia 10: | Linia 10: | ||
border-radius:10px 10px 0 0; |
border-radius:10px 10px 0 0; |
||
padding:5px !important; |
padding:5px !important; |
||
border-bottom:none !important; |
|||
} |
} |
||
Linia 16: | Linia 17: | ||
border-radius:15px 15px 0 0; |
border-radius:15px 15px 0 0; |
||
padding:5px !important; |
padding:5px !important; |
||
border-bottom:none !important; |
|||
} |
} |
||
Linia 22: | Linia 24: | ||
border-radius:15px 15px 0 0; |
border-radius:15px 15px 0 0; |
||
padding:5px !important; |
padding:5px !important; |
||
border-bottom:none !important; |
|||
} |
} |
Aktualna wersja na dzień 12:08, 26 sty 2014
/* SKRYPT UŻYTKOWNIKA */
.tabberlive .tabbertab {
border: none !important;
width:60%
border-top:none !important; // NAPRAWDĘ POTRZEBNY ATRYBUT, bez niego będzie border u góry
}
ul.tabbernav li a {
border:5px solid !important;
border-radius:10px 10px 0 0;
padding:5px !important;
border-bottom:none !important;
}
ul.tabbernav li a:hover {
border:5px solid !important;
border-radius:15px 15px 0 0;
padding:5px !important;
border-bottom:none !important;
}
ul.tabbernav li.tabberactive a {
border:5px solid !important;
border-radius:15px 15px 0 0;
padding:5px !important;
border-bottom:none !important;
}