Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!

Difference between revisions of "User:Dfoplayer/common.css"

From DFO World Wiki
Jump to: navigation, search
(Created page with "*/ Syntax highlighting style: pre span.idselector { color: red; } pre span.classselector { color: green; } pre span.property { color: blue; } pre span.va...")
 
m (wait, shouldn't this be enabled?)
Line 25: Line 25:
  
 
pre {
 
pre {
     background: white;
+
     background: peach;
 
}
 
}
  
 
/*
 
/*

Revision as of 06:24, 19 January 2016

*/

/* Syntax highlighting style */

pre span.idselector {
    color: red;
}

pre span.classselector {
    color: green;
}

pre span.property {
    color: blue;
}

pre span.value {
    color: orange;
}

pre span.comment {
    font-weight: bold;
    background-color: #eee;
}

pre {
    background: peach;
}

/*