mobibot/website/simple.css
erik 153363a320 Code cleanup.
More gradle integration.
Implemented random quote via iheartquotes.com
Implemented war game.
2014-04-24 06:07:45 -07:00

53 lines
No EOL
855 B
CSS

body {
background: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
margin: 0;
}
h1 {
color: #333399;
}
h2 {
border-bottom: 2px solid #9999cc;
}
h3 {
padding-top: 25px;
border-bottom: 1px solid #9999cc;
}
code {
font-family: Courier New, Courier, mono, monospace;
font-size: 12px;
color: #000066;
background-color: #ffeedd;
margin-left: 20px
}
a:hover {
color: #ff0000;
background: #eeeeff;
}
#content {
float: none;
position: relative;
margin: 0 10px 10px 10px;
padding: 0 10px 10px 10px;
}
#content p {
padding-left: 10px;
}
#content p.note {
padding: 5px;
border: 1px solid #9999cc;
border-right: 2px solid #666699;
border-bottom: 2px solid #666699;
background: #eeeeff;
margin: 20px 50px;
}