(no subject)
【 X 】 - LOCKED MEMORIES 【 ♡ 】 - PRIORITY MEMORIES
【 _ 】 - OPEN MEMORIES 【 # 】 - REGAINED MEMORIES
【 _ 】 - OPEN MEMORIES 【 # 】 - REGAINED MEMORIES
+SIG
oSIG
-SIG
[ text ]
[ text ]
[ text ]r
+TRIV
oTRIV
-TRIV
[ text ]
[ text ]
[ text ]
【 X 】 - LOCKED SKILLS 【 ♡ 】 - PRIORITY SKILLS
【 _ 】 - OPEN SKILLS 【 # 】 - REGAINED SKILLS
【 _ 】 - OPEN SKILLS 【 # 】 - REGAINED SKILLS
MUNDANE
SPECIAL
OTHER
[ text ]
[ text ]
[ text ]
【 X 】 - LOCKED SKILLS 【 ♡ 】 - PRIORITY SKILLS
【 _ 】 - OPEN SKILLS 【 # 】 - REGAINED SKILLS
【 _ 】 - OPEN SKILLS 【 # 】 - REGAINED SKILLS
ALTERNATIES
UNTAKEN
SHAREABLES
[ text ]
[ text ]
[ text ]
NOTES ABOUT THIS CODE
+ I mostly cannibalized
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
font color="#990033" is what controls the larger headers MEMORY REGISTRY, SKILL REGISTRY, ETC. It's currently Ruby red.
font-size:1em this controls the font size for the headers! You can input these as decimals if you wish. Watch out -- 14px and 14em are very very different.
display:table-cell;vertical-align:middle;text-align:center;width:33%;background-image:url(http://i43.tinypic.com/1znx34y.jpg);font-family:georgia;font-size:1.3em; is what I have as defining what the subheaders (+SIG, etc) are. If you want to make your table with TWO columns you can just change the width to 50%, for four, to 25%, etc. The background image can also be changed to "background-color:HEXCODE;" or you can use your own background image url. Remember to include the # for hexcode.
font face, big, small these tags work inside of div and with DW's general parsing. Font size does not.
background-color:#F5F5F5; some of the backgrounds for the cells you can see alternate a white and a very light gray. This is the code I used for it if you want to remove it or tweak the color. If you want to color all the cells you can just paste a 'background-color:HEX;' anywhere inside of the style="" part of the code.
If you have trouble double check to make sure the number of DIVs are lining up and also make sure that every command width:#;, font-family:NAME; etc is followed by a ;!