Sat Mar 06 20:53:57 2010 +0900
added file
| images/title.png | file | annotate | diff | revisions | |
| static/style.css | file | annotate | diff | revisions |
1.1 Binary file images/title.png has changed
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/static/style.css Sat Mar 06 20:53:57 2010 +0900 2.3 @@ -0,0 +1,78 @@ 2.4 +body { 2.5 + font-family: Helvetica; 2.6 + margin: 0 auto; 2.7 + width: 860px; 2.8 +} 2.9 +input { font-size: 200%; } 2.10 +.title a:link { 2.11 + color: #ffffff; 2.12 + text-decoration: none; 2.13 + background-color: transparent; 2.14 +} 2.15 +table { 2.16 + width: 860px; 2.17 +} 2.18 +th { 2.19 + padding: 0.2em 0.2em; 2.20 +} 2.21 +.id { 2.22 + text-align: center; 2.23 +} 2.24 +.status-closed { 2.25 + background: #10cc10; 2.26 + text-align: center; 2.27 +} 2.28 +.status-opened { 2.29 + background: #cccc10; 2.30 + text-align: center; 2.31 +} 2.32 +.header a:visited { 2.33 + color: #ffffff; 2.34 +} 2.35 +.status-opened a:visited { 2.36 + color: #000000; 2.37 + background-color: transparent; 2.38 +} 2.39 +.status-opened a:link { 2.40 + color: #000000; 2.41 + background-color: transparent; 2.42 +} 2.43 +.status-closed a:visited { 2.44 + color: #000000; 2.45 + background-color: transparent; 2.46 +} 2.47 +.status-closed a:link { 2.48 + color: #000000; 2.49 + background-color: transparent; 2.50 +} 2.51 +.title a:visited { 2.52 + color: #ffffff; 2.53 + text-decoration: none; 2.54 + background-color: transparent; 2.55 +} 2.56 +.title a:hover { 2.57 + color: #ffffff; 2.58 + text-decoration: none; 2.59 + background-color: transparent; 2.60 +} 2.61 +.title { 2.62 + margin-top: 1em; 2.63 + text-align: center; 2.64 +} 2.65 +.header { 2.66 + text-align: center; 2.67 + background: #10cc10; 2.68 + padding-top: 1; 2.69 + padding-bottom: 1; 2.70 + margin-top: 2em; 2.71 + margin-bottom: 2em; 2.72 +} 2.73 +.footer { 2.74 + color: #ffffff; 2.75 + background: #01cc01; 2.76 + text-align: center; 2.77 + padding-top: 1; 2.78 + padding-bottom: 1; 2.79 + margin-top: 2em; 2.80 + margin-bottom: 2em; 2.81 +}