Show sourcecode

The following files exists in this folder. Click to view.

test/style/

debug.css
empty.css
forms.css
gotham - backup.css
gotham-rust.css
gotham-steel.css
gotham-steel_editable.css
gotham.css
gotham_editable.css
nuds.css
rainbow - backup.css
rainbow.css
tables.css

debug.css

1 lines ASCII Unix (LF)
1
@import url("gotham-steel.css"); /* Import all styles from this file */

/* add debug-information to some central elements
-------------------------------------------------------- 

*/
body {background: beige;} 
header#above {background: blueviolet;} 

/* extra stuff */
header#top {border:4px dashed aquamarine;}
nav.navmenu {border:6px dotted brown;}

div#content{background:darksalmon;}
article {background:antiquewhite;}
figure {background:firebrick;}
footer.byline {background: moccasin;}

div#footer {border:3px solid lawngreen;}
footer#bottom {border:3px solid darkgreen;}