fixed source code links to go to repo.or.cz repository
[applet-bots.git] / styles.css
blob64fcc05b14d67b4543fcc975bb29ee2179f8c91b
1 html {
2 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
3 font-size: 12pt;
4 padding: 0;
7 #content {
8 padding: 10px;
9 width: 600px;
10 margin: auto;
13 h2 {
14 text-align: center;
17 #simulations {
18 text-align: center;
21 #simulations ul {
22 list-style: none;
23 padding: 0;
26 #simulations ul li {
27 margin: 5px;
30 .pseudocode {
31 margin-left: 25px;
34 applet {
35 border:2px outset #999999;
36 width:600px;
37 color:red;
38 font-weight:bold;
41 a.return {
42 border-top: 1px solid #cccccc;
43 margin-top: 3px;
44 padding-top: 3px;
45 width: 600px;
46 float:left;
47 text-align:center;
50 .official {
51 clear:both;
52 margin-top:30px;
53 width:100%;
54 border-top: 1px solid #cccccc;
55 text-align:center;
57 .official a.sf-logo {
58 display:block;