128
edits
mNo edit summary |
(→User CSS Tricks: Added Worf's CSS tricks (need descriptions)) |
||
Line 97: | Line 97: | ||
Hide tool tips, such as the descriptions you get when you hover over [[Categories]] and [[Tags]] on the anime pages. | Hide tool tips, such as the descriptions you get when you hover over [[Categories]] and [[Tags]] on the anime pages. | ||
'''Worf's CSS tricks:''' | |||
#layout-main div.anime_all ul.links_top, #layout-main div.character_all ul.links_top {display: inline;} | |||
(Add description here.) (?) | |||
#layout-main div.anime_all div.forum {display: none;} | |||
(Add description here.) (?) | |||
#layout-main p.mylistadd {display: none;} | |||
(Add description here.) (?) | |||
textarea[name="adda.other"] {height: 400px; width: 650px;} | |||
(Add description here.) (?) | |||
#layout-main div.userpage_all div.stats div table th.field, | |||
#layout-main div.myplace_all div.stats div table th.field {white-space: nowrap; width: 10em;} | |||
(Add description here.) (?) | |||
#layout-main div.userpage_all div.stats div table td.value, | |||
#layout-main div.myplace_all div.stats div table td.value {white-space: nowrap; text-align: right; width: 15em;} | |||
(Add description here.) (?) | |||
#layout-main div.addcharanimerel_all tr.char_added {display:none;} | |||
(Add description here.) (?) | |||
#layout-main div.block {display: block;} | |||
#layout-main div.block div.data {width: auto;} | |||
#layout-main div.block div.image {width: auto; float: left; margin-left: 2em;} | |||
#layout-main div.desc {clear: left;} | |||
(Add description here.) (?) | |||
span.date, span.user a.id, td.id, td.size {letter-spacing: 0px} | |||
span.time, span.user a.id, td.rating span, a.filter {font-size: 100%; vertical-align: top;} | |||
(Add description here.) (?) | |||
#layout-main td.number.undumped {visibility: hidden;} | |||
#layout-main td.number.undumped.notalldumped, | |||
table.filelist td.date.added, table.filelist tr.undumped td.id, | |||
table.filelist tr.undumped td.action {visibility: visible; background-color: #900000; color: #000000;} | |||
(Add description here.) (?) | |||
#layout-main tr.complete, #layout-main div.g_section.mylist, | |||
#layout-main td.user.onhdd, td.user.oncd, td.verified.yes {background-color: #006000;} | |||
#layout-main tr.dropped, #layout-main tr.unknown, | |||
#layout-main td.user.deleted {background-color: #900000;} | |||
#layout-main tr.finished {background-color: #000090;} | |||
#layout-main tr.stalled, td.verified.no {background-color: #A05000;} | |||
(Add description here.) (?) |
edits