2018-11-25 10:12:15 +00:00
|
|
|
body {
|
|
|
|
background: #000000;
|
|
|
|
background-image: url('../images/tile.jpg');
|
|
|
|
color: rgb(255,255,0);
|
|
|
|
font-family: times new roman;
|
|
|
|
font-family: 'FixedsysExcelsior301Regular';
|
|
|
|
font-size: 16pt;
|
|
|
|
}
|
|
|
|
|
2018-11-25 12:42:55 +00:00
|
|
|
/* {{{ DIV id styles */
|
2018-11-25 10:12:15 +00:00
|
|
|
div#box {
|
|
|
|
background: rgba(0,0,100,0.5);
|
|
|
|
border: 3px solid #0000ff;
|
|
|
|
border-spacing: 0px;
|
|
|
|
color: #00ffff!important;
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 20px;
|
|
|
|
font-size: 12pt!important;
|
|
|
|
margin: 10px 0;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
div#box_wrapper {
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 50%;
|
|
|
|
}
|
2018-11-25 12:42:55 +00:00
|
|
|
/* }}} */
|
|
|
|
/* {{{ Element styles */
|
2018-11-25 10:12:15 +00:00
|
|
|
h1 {
|
|
|
|
color: #ff00ff!important;
|
|
|
|
font-size: 42px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
color: #00ffff!important;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
pre {
|
|
|
|
color: white;
|
|
|
|
}
|
2018-11-25 12:42:55 +00:00
|
|
|
/* }}} */
|
2018-11-25 10:57:06 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* vim:ts=2 sw=2 expandtab fenc=utf-8 foldmethod=marker nowrap tw=0
|
|
|
|
*/
|