MediaWiki talk:Common.css

From wipipedia.org
(Difference between revisions)
Jump to: navigation, search


(Wikitable/Prettytable port: new recommendation)
 
m
Line 1: Line 1:
 
== Wikitable/Prettytable port ==
 
== Wikitable/Prettytable port ==
<code>
+
<code><pre><nowiki>
 
/* Style for wikitables */
 
/* Style for wikitables */
 
.wikitable {
 
.wikitable {
Line 29: Line 29:
 
     padding: 4px;
 
     padding: 4px;
 
}
 
}
</code>
+
</nowiki></pre></code>
  
 
Porting this to this page will allow us to port over "prettytables" into this wiki's color schema --<span style="font-family:Kristen ITC,Bradley Hand ITC,Forte;">[[User:Roguebfl|Roguebfl]] <sup>([[User_talk:Roguebfl|talk]])</sup></span> 08:31, 15 February 2009 (UTC)
 
Porting this to this page will allow us to port over "prettytables" into this wiki's color schema --<span style="font-family:Kristen ITC,Bradley Hand ITC,Forte;">[[User:Roguebfl|Roguebfl]] <sup>([[User_talk:Roguebfl|talk]])</sup></span> 08:31, 15 February 2009 (UTC)

Revision as of 04:32, 15 February 2009

Wikitable/Prettytable port

/* Style for wikitables */
.wikitable {
    margin: 1em 1em 1em 0;
    background: #000060;
    color: #ffffff;
    border: 1px #2f6fab solid;
    border-collapse: collapse; 
    border-spacing: 0;
    padding: 0;
    font-size: 95%;"
}

.wikitable tr.alt {
    background: #2f6fab;
}

.wikitable th {
    border: 1px #2f6fab solid;
    background: #b1cab7;
    margin: 0;
    padding: 4px;
}

.wikitable td {
    border: 1px #2f6fab solid;
    margin: 0;
    padding: 4px;
}

Porting this to this page will allow us to port over "prettytables" into this wiki's color schema --Roguebfl (talk) 08:31, 15 February 2009 (UTC)

Personal tools
Namespaces

Variants
Actions
Navigation
Tools