MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Geometrie-Wiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: - CSS an dieser Stelle wirkt sich auf alle Skins aus: */ table td.forum_title a.forum_new { font-weight: bold } table td.forum_title a.forum_new:visited { font-we...)
 
Zeile 15: Zeile 15:
 
.forumlist td.forum_title a { padding-left: 20px }
 
.forumlist td.forum_title a { padding-left: 20px }
 
.forumlist td.forum_title span a { padding-left: 0px }
 
.forumlist td.forum_title span a { padding-left: 0px }
.forumlist td.forum_title a.forum_new { background: url(/w/images/Forum_new.gif) center left no-repeat }
+
.forumlist td.forum_title a.forum_new { background: url(/images/Forum_new.gif) center left no-repeat }
 
.forumlist td.forum_title a.forum_new:visited { background: none }
 
.forumlist td.forum_title a.forum_new:visited { background: none }
 
.forumlist th.forum_title { padding-left: 20px }
 
.forumlist th.forum_title { padding-left: 20px }
  
 
/*
 
/*

Version vom 4. Mai 2010, 19:46 Uhr

/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
 
 
*/
 
table td.forum_title a.forum_new { font-weight: bold }
table td.forum_title a.forum_new:visited { font-weight: normal }
table td.forum_edited a { text-decoration: none }
 
.forumlist { border-collapse: collapse }
.forumlist td { border-top: solid #999 1px }
.forumlist td span { display: block; padding-left: 10px; font-size: smaller }
.forumlist td span a { text-decoration: none; }
.forumlist td span.forum_author { padding-left: 30px; }
.forumlist td.forum_title a { padding-left: 20px }
.forumlist td.forum_title span a { padding-left: 0px }
.forumlist td.forum_title a.forum_new { background: url(/images/Forum_new.gif) center left no-repeat }
.forumlist td.forum_title a.forum_new:visited { background: none }
.forumlist th.forum_title { padding-left: 20px }
 
/*