Bruger:Lhademmor/common.css
Fra Wikipedia, den frie encyklopædi
Bemærk, efter at have gemt, er du nødt til at tømme din browsers cache for at kunne se ændringerne. Mozilla/Safari/Konqueror: hold shifttasten nede og klik på reload eller tryk på control-shift-r, Internet Explorer: ctrl-f5, Opera: f5.
/* CommonsTicker styles */ .tickerList ul, .tickerList ul li { list-style: none; text-indent:-2em; margin-left:2em; text-align:left; } .tickerList ul ul, .tickerList ul ul li { list-style: none; text-indent:0; margin-left:1.5em; text-align:left; } .tickerAction_deleted:before { content:" SLETTET "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:100%; } .tickerAction_restored:before { content:" GNDN "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; } .tickerAction_replaced:before { content:" ERST "; color: #CC88FF; font-family:monospace; font-weight:bold; font-size:100%; } .tickerAction_addedTag:before { content:" +SLET "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; } .tickerAction_removedTag:before { content:" -SLET "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; } .tickerAction_addedBad:before { content:" +SLET "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; } .tickerAction_removedBad:before { content:" -SLET "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; } .tickerAction_addedGood:before { content:" +LICN "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; } .tickerAction_removedGood:before { content:" -LICN "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; } .tickerUsage { font-size:80%; } /* ticker usage list */ .tickerTemplateEntry { font-weight: bold; } /* entry applies to a template used by multiple images */ /* per-status styles */ .tickerStatus_done:before {content:" Fixed "; color: #00AA00; font-family:monospace; font-weight:bold; font-size:90%; text-decoration: none;} .tickerStatus_done { text-decoration:line-through; font-size: small; } /* strike through when entry has been handeled (done) */ /*.tickerStatus_done .tickerAction_deleted:before { content:" "; text-decoration: none;}*/ .tickerStatus_done .tickerAction_deleted:before { text-decoration: none; } /* local reupload */ .tickerStatus_local {text-decoration:line-through; font-size: small; } .tickerStatus_local .tickerAction_deleted:before {content:" "; text-decoration: none;} .tickerStatus_local:before { content:" re-uploaded locally "; color: #00AA00; font-family:monospace; font-weight:bold; font-size:90%; text-decoration: none;} /* in process of fixing */ .tickerStatus_fixing .tickerAction_deleted:before {content:" "; text-decoration: none;} .tickerStatus_fixing:before {content:"fixing"; color: #FF8800; font-family:monospace; font-weight:bold; font-size:90%;} /* Won'tfix */ .tickerStatus_wontfix .tickerAction_deleted:before {text-decoration: none;} .tickerStatus_wontfix {text-decoration: line-through;} .tickerStatus_wontfix:before {content:"Will not fix"; color: #CC0000; font-family:monospace; font-weight:bold; font-size:90%;text-decoration:none;} /* similiar */ .tickerStatus_similiar .tickerAction_deleted:before {text-decoration: none;} .tickerStatus_similiar {text-decoration: line-through;} .tickerStatus_similiar:before {content:"REPL Article;no fix"; color: #FF4400; font-family:monospace; font-weight:bold; font-size:90%;text-decoration:none;} /* NA */ .tickerStatus_NA .tickerAction_deleted:before {text-decoration: none;} .tickerStatus_NA:before {content:"No NEG"; color: #00FF20;} ul span.tickerStatus_NA + ul span.tickerUsage {display:none;} span.tickerStatus_NA span.tickerUsage {display:none;} /*Needed so that both subentrys and non-subentrys both are invisivble */