User:GS4-IXIX: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:
I don't have much for this page right now - but feel free to edit [[ User_talk:GS4-IXIX | my talk page]] if you want to ask/comment/criticize. Imagine the usual disclaimers going here.
I don't have much for this page right now - but feel free to edit [[ User_talk:GS4-IXIX | my talk page]] if you want to ask/comment/criticize. Imagine the usual disclaimers going here.


= Common CSS Examples =


This stuff is currently in progress, but I'm working on adding some css rules to the common file that we can use anywhere on the wiki. I'll place examples in sections below as as I add them.
== Test Out Some Styles ==


== Alert Box Examples ==
<div style="text-align: left; border-collapse: collapse; margin: 1.0em; padding: 0.5em; clear: both; color: #000; background: #B7B59C; border: 1px #000 solid;">Something Important</div>


<div class="alert alert-urgent">Something Important</div>
<div style="text-align: left; border-collapse: collapse; margin: 1.0em; padding: 0.5em; clear: both; color: #000; background: #EEE; border: 1px #CCC solid;">Something Less Important</div>


<div class="alert alert-info">Something Less Important</div>
<div style="text-align: left; border-collapse: collapse; margin: 1.0em; padding: 0.5em; clear: both; color: #8a6d3b; background: #fcf8e3; border: 1px #faebcc solid;">A Warning</div>


<div class="alert alert-warning">A Warning</div>
<div style="text-align: left; border-collapse: collapse; margin: 1.0em; padding: 0.5em; clear: both; color: #a94442; background: #f2dede; border: 1px #ebccd1 solid;">An Error</div>

<div class="alert alert-error">An Error</div>

Revision as of 13:26, 8 January 2015

Hi! I'm Ixix, to state the obvious.

I don't have much for this page right now - but feel free to edit my talk page if you want to ask/comment/criticize. Imagine the usual disclaimers going here.

Common CSS Examples

This stuff is currently in progress, but I'm working on adding some css rules to the common file that we can use anywhere on the wiki. I'll place examples in sections below as as I add them.

Alert Box Examples

Something Important
Something Less Important
A Warning
An Error