User:GS4-IXIX: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:


== Test Blocks ==
== Test Blocks ==

<style>
.pull-right
{
float: right;
}

.pull-left
{
float: left;
}

.alert
{
font-weight: bold;
text-align: center;
border-collapse: collapse;
margin: 1.0em;
padding: 0.5em;
clear: both;
}

.alert-important
{
color: #000;
background: #B7B59C;
border: 1px #000 solid;
}

.alert-info
{
color: #000;
background: #EEE;
border: 1px #CCC solid;
}
</style>


<div class="alert alert-important">Something Important</div>

<div class="alert alert-info">Something Less Important</div>

Revision as of 10:09, 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.


Test Blocks

<style> .pull-right { float: right; }

.pull-left { float: left; }

.alert { font-weight: bold; text-align: center; border-collapse: collapse; margin: 1.0em; padding: 0.5em; clear: both; }

.alert-important { color: #000; background: #B7B59C; border: 1px #000 solid; }

.alert-info { color: #000; background: #EEE; border: 1px #CCC solid; } </style>


Something Important
Something Less Important