845
edits
No edit summary |
No edit summary |
||
| Line 149: | Line 149: | ||
div #mw-head ul li a,div#footer ul li a:visited { | div #mw-head ul li a,div#footer ul li a:visited { | ||
color: white!important; | color: white!important; | ||
} | |||
a { | |||
/* Font & Text */ | |||
font-family: sans-serif; | |||
font-size: 9.75px; | |||
font-style: normal; | |||
font-variant: normal; | |||
font-weight: 400; | |||
letter-spacing: normal; | |||
line-height: 13.5px; | |||
text-decoration: none solid rgb(255, 255, 255); | |||
text-align: left; | |||
text-indent: 0px; | |||
text-transform: none; | |||
vertical-align: baseline; | |||
white-space: nowrap; | |||
word-spacing: 0px; | |||
/* Color & Background */ | |||
background-attachment: scroll; | |||
background-color: rgba(0, 0, 0, 0); | |||
background-image: linear-gradient(rgba(167, 215, 249, 0) 0px, rgb(167, 215, 249) 0%); | |||
background-position: 100% 100%; | |||
background-repeat: no-repeat; | |||
color: rgb(255, 255, 255); | |||
/* Box */ | |||
height: 30px; | |||
width: 55.5625px; | |||
border: 0px none rgb(255, 255, 255); | |||
border-top: 0px none rgb(255, 255, 255); | |||
border-right: 0px none rgb(255, 255, 255); | |||
border-bottom: 0px none rgb(255, 255, 255); | |||
border-left: 0px none rgb(255, 255, 255); | |||
margin: 0px; | |||
padding: 12.1875px 8px 0px; | |||
max-height: none; | |||
min-height: 0px; | |||
max-width: none; | |||
min-width: 0px; | |||
/* Positioning */ | |||
position: relative; | |||
top: 0px; | |||
bottom: 0px; | |||
right: 0px; | |||
left: 0px; | |||
float: left; | |||
display: block; | |||
clear: none; | |||
z-index: auto; | |||
/* List */ | |||
list-style-image: none; | |||
list-style-type: none; | |||
list-style-position: outside; | |||
/* Table */ | |||
border-collapse: separate; | |||
border-spacing: 0px 0px; | |||
caption-side: top; | |||
empty-cells: show; | |||
table-layout: auto; | |||
/* Miscellaneous */ | |||
overflow: visible; | |||
cursor: pointer; | |||
visibility: visible; | |||
/* Effects */ | |||
transform: none; | |||
transition: all 0s ease 0s; | |||
outline: rgb(255, 0, 0) dashed 1px; | |||
outline-offset: 0px; | |||
box-sizing: border-box; | |||
resize: none; | |||
text-shadow: none; | |||
text-overflow: clip; | |||
word-wrap: normal; | |||
box-shadow: none; | |||
border-top-left-radius: 0px; | |||
border-top-right-radius: 0px; | |||
border-bottom-left-radius: 0px; | |||
border-bottom-right-radius: 0px; | |||
} | } | ||