Battlestar Wiki talk:Think Tank/CSS Layout: Difference between revisions

Discussion page of Battlestar Wiki:Think Tank/CSS Layout
No edit summary
 
No edit summary
Line 1: Line 1:
I don't understand; what is this and where can I see an example? --[[User:The Merovingian|The Merovingian]] <sup>([[Special:Contributions/The Merovingian|C]] - [[Special:Editcount/The Merovingian|E]])</sup> 18:09, 10 July 2006 (CDT)
I don't understand; what is this and where can I see an example? --[[User:The Merovingian|The Merovingian]] <sup>([[Special:Contributions/The Merovingian|C]] - [[Special:Editcount/The Merovingian|E]])</sup> 18:09, 10 July 2006 (CDT)
:The most basic define is: '''Cascading Style Sheets. Language used to describe how an HTML document should be formatted'''. So all you would have to do is:
<pre>
{| class="infobox"
|-
| This is an info box...
|}
</pre>
and the "CSS File" has an "infobox" define with different style parameters. So you don't have to know CSS, all you have to do is the "class". Also the CSS "package" includes a design update of some of the elemsnts of the "layout". Like the Left navagation area, default colors, etc, etc. --[[User:Shane|Shane]] <sup>([[User_Talk:Shane|T]] - [[Special:Contributions/Shane|C]] - [[Special:Editcount/Shane|E]])</sup> 18:17, 10 July 2006 (CDT)

Revision as of 23:17, 10 July 2006

I don't understand; what is this and where can I see an example? --The Merovingian (C - E) 18:09, 10 July 2006 (CDT)

The most basic define is: Cascading Style Sheets. Language used to describe how an HTML document should be formatted. So all you would have to do is:
{| class="infobox"
|-
| This is an info box...
|}

and the "CSS File" has an "infobox" define with different style parameters. So you don't have to know CSS, all you have to do is the "class". Also the CSS "package" includes a design update of some of the elemsnts of the "layout". Like the Left navagation area, default colors, etc, etc. --Shane (T - C - E) 18:17, 10 July 2006 (CDT)