Wikipedia:Catatan Commons/TickerStyle.css

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas
/**
== CommonTicker ==
 
 CSS untuk CommonTickers */

 /* 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; }
 .tickerDiffLink { } /* diff links in ticker */
 .tickerMiscLink { } /* misc links in ticker */
 .tickerUsage  { font-size:80%; }  /* ticker usage list */ 
 .tickerAction_deleted:before     { content:" HAPUS "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_deletedRev:before  { content:" HAPUSREV "; color: #FFC0CB; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_replaced:before    { content:" GANTI "; color: #FF00FF; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_replacedOwn:before { content:" GANTI+ "; color: #CC88FF; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_addedTag:before    { content:" +TAG "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_removedTag:before  { content:" -TAG "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_addedBad:before    { content:" +TAG "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_removedBad:before  { content:" -TAG "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_addedGood:before   { content:" +OK "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_removedGood:before { content:" -OK "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
 
 .tickerEntry_deleted     { }                       /* entry for image deletion */
 .tickerEntry_replaced    { }                       /* entry for image replacement */
 .tickerEntry_tagged      { }                       /* entry for adding/removing problem tags */
 .tickerEntry_redir       { }                       /* entry for critical redirection (fot tag redirects) */
 .tickerEntry_recat       { }                       /* entry for critical re-categorization (for tag categories) */
 .tickerEntry_notify      { }                       /* entry for global notifications */
 .tickerEntry_changed     { }                       /* entry for generic change */
 
 /*.tickerAction_deleted     { background:#FAA; }     /* action marker for image deletion */
 /*.tickerAction_replaced    { background:#FED; }     /* action marker for image replacement */
 /*.tickerAction_deletedRev  { background:#FDD; }     /* action marker for revision deletion */
 /*.tickerAction_replacedOwn { background:#FFF4EE; }  /* action marker for image replacement by uploader */
 /*.tickerAction_addedBad    { background:#FDD; }     /* action marker for adding problem markers */
 /*.tickerAction_removedBad  { background:#DFD; }     /* action marker for removing problem markers */
 /*.tickerAction_addedGood   { background:#DFD; }     /* action marker for adding license markgers  (for tag categories) */
 /*.tickerAction_removedGood { background:#FDD; }     /* action marker for removing license markers (for tag categories) */
 
 .tickerMinorEntry  { color:#666; }     /* minor entry */
 .tickerMinorEntry a,
 .tickerMinorEntry a:link,
 .tickerMinorEntry a:visited { color:#669; }
 
 #bodyContent .tickerMinorEntry a.extiw,
 #bodyContent .tickerMinorEntry a.extiw:link,
 #bodyContent .tickerMinorEntry a.extiw:visited { color:#669; }
 
 .tickerTemplateEntry    { font-weight: bold; }    /* entry applies to a template used by multiple images */
 .tickerSubEntry         { }                       /* sub-entry for multi-image entry */