update to reflect API changes
[gae-samples.git] / muvmuv / static / style.css
blob457c0f4710f8a5ee7114cc568cd5f2a1df3b2abc
1 body {
2 font-style: Georgia;
3 font-size: 14px;
6 #main {
9 #moviescontent {
10 border: solid black 0px;
13 #summary {
14 padding: 10px;
15 background: black;
16 color: white;
20 #topmenu {
21 font-style: Georgia;
22 font-size: 14px;
23 text-align: right;
26 #reviewsection {
27 width: 500px;
30 td.movieTd {
31 width: 250px;
32 vertical-align: top;
33 text-align: center;
34 border: solid black 1px;
37 #logosection {
38 border: solid white 0px;
39 padding: 10px;
40 width: 600px;
41 background: black;
42 color: white;
45 #logolink {
46 text-decoration: none;
47 color: white;
48 font-style: georgia;
49 font-size: 50px;
52 #logosubtitle {
53 font-style: goergia;
54 font-size: 15px;
55 color: red;
58 .movieDiv {
61 #pagination {
62 font-weight: bold;
63 color: black;
64 font-size: 14px;
65 letter-spacing: 2px;
68 #pagination input {
69 font-style: arial;
70 font-size: 13px;
71 border: solid black 1px;
74 #pagination a {
75 font-weight: bold;
76 color: red;
77 text-decoration: none;