Make footer somewhat readable
Cette révision appartient à :
Parent
a4b1a057b6
révision
e9a9bd2e88
1 fichiers modifiés avec 7 ajouts et 7 suppressions
|
@ -1,5 +1,3 @@
|
|||
|
||||
|
||||
/* Torrent status colors */
|
||||
.remake {
|
||||
background-color: rgb(240, 176, 128);
|
||||
|
@ -323,7 +321,8 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ
|
|||
background: #fff;
|
||||
min-height: 460px;
|
||||
}
|
||||
/* Night mode switcher */
|
||||
|
||||
/* Night mode switcher */
|
||||
#mainmenu a.nightswitch {
|
||||
background: transparent url(/img/sun.png) no-repeat;
|
||||
background-size: 24px;
|
||||
|
@ -331,11 +330,12 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ
|
|||
margin-left: 3px;
|
||||
width: 24px;
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
padding: 2rem;
|
||||
padding-bottom: 2rem;
|
||||
font-size: 2rem;
|
||||
font-family: cursive;
|
||||
color: #CCC;
|
||||
text-shadow: 0px -1px #999999;
|
||||
}
|
||||
color: #616161;
|
||||
text-shadow: -1px -1px #999999;
|
||||
}
|
||||
|
|
Référencer dans un nouveau ticket