/site/style.css
http://github.com/feyeleanor/RubyGoLightly · CSS · 70 lines · 61 code · 9 blank · 0 comment · 0 complexity · 6ada9d141f86b6200b32582655f0c35b MD5 · raw file
- body {
- background-color: #000;
- background-image: url(back.jpg);
- color: #eee;
- font: Tahoma;
- font-size: 14px;
- padding: 0;
- text-align: center;
- }
- #container {
- background-color: #111;
- text-align: left;
- margin: 60px auto;
- width: 270px;
- border: 1px solid #222;
- padding: 20px 40px;
- }
- h1 {
- font: Helvetica, Arial, sans-serif;
- font-size: 100px;
- margin: 0;
- }
- span.rb {
- color: #f00;
- }
- h2 {
- position: relative;
- top: -14px;
- width: 100px;
- margin: 0 8px;
- font-size: 12px;
- color: #555;
- text-align: right;
- float: right;
- }
- h3 {
- margin-top: 40px;
- color: #900;
- }
- a {
- color: #e00;
- }
- a:hover {
- color: #f00;
- }
- pre {
- font: 10px Monaco;
- }
- p.first {
- margin-top: 50px;
- }
- ul {
- list-style: none inside url(bullet.gif);
- padding: 0;
- }
- #footer {
- margin-top: 50px;
- font-size: 10px;
- color: #333;
- text-align: center;
- }