26 lines
951 B
CSS
Executable File
26 lines
951 B
CSS
Executable File
a { color: #222; text-decoration: none; font-weight: bold; }
|
|
a:hover { color: #555 }
|
|
body { font-family: "Calibri", Arial, sans-serif; color: #555; line-height: 1.5; }
|
|
h3 { color: #222; }
|
|
ul li { list-style: none; margin: 1.0em 0em; }
|
|
ul.bulletpoint li { list-style: disc; margin: 1.0em 0em; }
|
|
th { text-align: center; }
|
|
tr { text-align: center; }
|
|
|
|
.de { color: #d00 }
|
|
.su { color: #0d0 }
|
|
.dealwithit { color: #ff0000; text-shadow:
|
|
1px 1px 0 #ff7f00,
|
|
2px 2px 0 #ffff00,
|
|
3px 3px 0 #00ff00,
|
|
4px 4px 0 #0000ff,
|
|
5px 5px 0 #6600ff,
|
|
6px 6px 0 #8b00ff; }
|
|
.warning { color: #d00 }
|
|
.warning a { color: #00d }
|
|
.apiborder { border-left: 5px; border-left-color: #333377; border-style: hidden hidden hidden solid; padding: 0.5em; margin: 1.0em; }
|
|
.lololol { text-decoration: line-through; }
|
|
.right { text-align: right; }
|
|
.screenshot { float: right; clear: both; margin: 10px; }
|
|
.spoiler:not(:hover) { color: #000; background-color: #000 }
|