wiki_thsf_2015/public/stylesheets/style.css

26 lines
395 B
CSS
Raw Normal View History

2015-03-28 20:13:18 +01:00
2012-01-18 17:01:17 +01:00
body {
padding: 50px;
2015-03-28 20:13:18 +01:00
background-image: url(../images/back1.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #000000;
2012-01-18 17:01:17 +01:00
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
2015-03-28 20:13:18 +01:00
color: #ffffff;
2012-01-18 17:01:17 +01:00
}
a {
color: #00B7FF;
2015-03-28 20:13:18 +01:00
}
#home {
display:block;
}
#markdown-editor {
margin-top:50px;
min-width:500px;
min-height:300px;
color: #000000
}