loop/style.css

19 lines
685 B
CSS

body { background: #000000; color: #72D5A3; font-size: 20px; font-family: monospace; }
#page { width: 400px; max-width: 100%; margin: auto; text-align: center; }
#frame { padding: 20px; }
#logo { display: block; width: 10em; margin: auto; }
h1 { font-size: 28px; }
ul { margin: 20px 0 0 0; padding: 0; list-style-type: none; }
li { display: block; width: 33.33%; float: left; }
li a:active, li a:hover { color: #72D5A3; }
li a:link { color: aqua; }
li a:visited { color: white; }
a.title, a.title:link, a.title:visited, a.title:active, a.title:hover { color: #72D5A3; font-size: 28px; }
#prev { text-align: left; }
#rand { text-align: center; }
#next { text-align: right; }