author | Lennard de Rijk <ljvderijk@gmail.com> |
Sat, 04 Jul 2009 14:22:02 +0200 | |
changeset 2529 | 3f2484621f1c |
parent 58 | cee78a1ae672 |
permissions | -rw-r--r-- |
58
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
1 |
body { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
2 |
background-color: white; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
3 |
color: black; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
4 |
font-family: Arial, sans-serif; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
5 |
font-size: small; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
6 |
margin: 8px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
7 |
margin-top: 3px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
8 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
9 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
10 |
img { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
11 |
border: 0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
12 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
13 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
14 |
table { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
15 |
border-collapse: collapse; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
16 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
17 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
18 |
th, td { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
19 |
padding: 0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
20 |
vertical-align: top; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
21 |
text-align: left; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
22 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
23 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
24 |
a:link { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
25 |
color: #0000cc; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
26 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
27 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
28 |
a:active { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
29 |
color: #cc0000; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
30 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
31 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
32 |
a:visited { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
33 |
color: #551a8b; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
34 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
35 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
36 |
h1 { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
37 |
font-size: x-large; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
38 |
margin-top: 0px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
39 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
40 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
41 |
h2 { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
42 |
font-size: large; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
43 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
44 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
45 |
h3 { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
46 |
font-size: medium; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
47 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
48 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
49 |
h4 { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
50 |
font-size: small; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
51 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
52 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
53 |
form { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
54 |
margin: 0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
55 |
padding: 0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
56 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
57 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
58 |
li { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
59 |
margin-bottom: 0.25em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
60 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
61 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
62 |
pre, code { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
63 |
color: #007000; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
64 |
font-family: "bogus font here", monospace; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
65 |
font-size: 100%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
66 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
67 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
68 |
pre { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
69 |
border: 1px solid silver; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
70 |
background-color: #f5f5f5; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
71 |
padding: 0.5em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
72 |
overflow: auto; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
73 |
margin: 2em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
74 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
75 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
76 |
pre ins { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
77 |
color: #cc0000; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
78 |
font-weight: bold; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
79 |
text-decoration: none; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
80 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
81 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
82 |
.newmark { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
83 |
color: red; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
84 |
font-size: 80%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
85 |
vertical-align: top; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
86 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
87 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
88 |
a.selected, .selected a, .selected { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
89 |
color: black; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
90 |
font-weight: bold; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
91 |
text-decoration: none; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
92 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
93 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
94 |
a.selected:visited, .selected a:visited { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
95 |
color: black; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
96 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
97 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
98 |
#login { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
99 |
text-align: right; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
100 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
101 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
102 |
#header { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
103 |
height: 50px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
104 |
margin-bottom: 11px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
105 |
position: relative; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
106 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
107 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
108 |
#logo { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
109 |
padding-right: 18px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
110 |
position: absolute; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
111 |
left: 0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
112 |
top: -5px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
113 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
114 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
115 |
#logo img { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
116 |
width: 143px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
117 |
height: 59px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
118 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
119 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
120 |
#title { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
121 |
border-top: 1px solid #3366cc; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
122 |
background-color: #e5ecf9; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
123 |
font-size: large; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
124 |
font-weight: bold; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
125 |
margin: 0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
126 |
padding: 0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
127 |
padding-top: 1px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
128 |
padding-bottom: 1px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
129 |
margin-top: 5px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
130 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
131 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
132 |
#title, #breadcrumbs { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
133 |
margin-left: 200px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
134 |
padding-left: 3px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
135 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
136 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
137 |
#breadcrumbs { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
138 |
margin-top: 3px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
139 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
140 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
141 |
#side { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
142 |
width: 200px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
143 |
margin-bottom: 3em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
144 |
float: left; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
145 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
146 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
147 |
#menu ul { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
148 |
margin: 0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
149 |
padding: 0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
150 |
list-style-type: none; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
151 |
margin-bottom: 1em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
152 |
font-size: 95%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
153 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
154 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
155 |
#menu ul ul { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
156 |
margin-left: 10px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
157 |
margin-bottom: 0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
158 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
159 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
160 |
#menu li { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
161 |
margin-top: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
162 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
163 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
164 |
#menu h4 { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
165 |
margin: 0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
166 |
padding: 0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
167 |
margin-bottom: 1em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
168 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
169 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
170 |
#badge { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
171 |
clear: both; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
172 |
margin-top: 3.5em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
173 |
margin-bottom: 1em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
174 |
height: 53px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
175 |
font-style: italic; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
176 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
177 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
178 |
#search { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
179 |
margin-top: 2em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
180 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
181 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
182 |
#search .header { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
183 |
font-weight: bold; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
184 |
font-size: 90%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
185 |
margin-bottom: 1px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
186 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
187 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
188 |
#search .button { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
189 |
margin-top: 1px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
190 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
191 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
192 |
#search .input input { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
193 |
width: 125px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
194 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
195 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
196 |
#body { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
197 |
border-left: 1px dotted silver; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
198 |
margin-left: 200px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
199 |
margin-right: 25px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
200 |
padding-left: 18px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
201 |
padding-bottom: 25px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
202 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
203 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
204 |
#footer { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
205 |
clear: both; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
206 |
text-align: center; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
207 |
margin-top: 3.5em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
208 |
margin-bottom: 1em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
209 |
background-image: url("http://www.google.com/images/art.gif"); |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
210 |
height: 53px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
211 |
background-repeat: no-repeat; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
212 |
background-position: left center; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
213 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
214 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
215 |
#footer .text { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
216 |
padding-top: 20px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
217 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
218 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
219 |
div.download { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
220 |
padding-top: 0.5em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
221 |
padding-bottom: 0.5em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
222 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
223 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
224 |
div.download a { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
225 |
border: 1px solid #3366cc; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
226 |
background-color: #e5ecf9; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
227 |
padding: 0.5em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
228 |
position: relative; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
229 |
font-weight: bold; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
230 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
231 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
232 |
.termsagree { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
233 |
margin-top: 1em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
234 |
margin-bottom: 1em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
235 |
background-color: #e5ecf9; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
236 |
padding: 0.5em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
237 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
238 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
239 |
.termsagree .button { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
240 |
padding-top: 0.5em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
241 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
242 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
243 |
.termsagree .text { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
244 |
font-weight: bold; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
245 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
246 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
247 |
.termsagree .text .printable { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
248 |
font-weight: normal; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
249 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
250 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
251 |
.termsagree .text, .termsagree .button { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
252 |
padding-left: 5px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
253 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
254 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
255 |
@media print { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
256 |
.noprint { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
257 |
display: none; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
258 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
259 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
260 |
#header, #side, #login { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
261 |
display: none; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
262 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
263 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
264 |
#body { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
265 |
margin: 0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
266 |
border: 0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
267 |
padding: 0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
268 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
269 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
270 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
271 |
table.programorgs { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
272 |
text-align: left; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
273 |
width: 100%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
274 |
border-color: #e5ecf9; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
275 |
border-width: 5px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
276 |
border-left-style: solid; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
277 |
border-right-style: solid; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
278 |
border-bottom-style: solid; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
279 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
280 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
281 |
table.programorgs td { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
282 |
padding-left: 5px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
283 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
284 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
285 |
table.programorgs td.triangle { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
286 |
width: 10px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
287 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
288 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
289 |
table.programorgs td.letter { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
290 |
width: 1em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
291 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
292 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
293 |
table.tabletabs { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
294 |
width: 100%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
295 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
296 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
297 |
table.tabletabs td { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
298 |
text-align: center; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
299 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
300 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
301 |
table.tabletabs td.notab { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
302 |
border-bottom-width: 5px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
303 |
border-bottom-style: solid; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
304 |
border-bottom-color: #e5ecf9; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
305 |
border-right-style: hidden; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
306 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
307 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
308 |
table.tabletabs td.tab { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
309 |
border-bottom: 5px solid #e5ecf9; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
310 |
border-top: 2px solid #e5ecf9; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
311 |
border-right: 2px solid #e5ecf9; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
312 |
border-left: 2px solid #e5ecf9; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
313 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
314 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
315 |
table.tabletabs td.selectedtab { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
316 |
border: 5px #e5ecf9; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
317 |
border-style: solid solid hidden solid; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
318 |
font-weight: bold; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
319 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
320 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
321 |
table.profile { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
322 |
text-align: left; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
323 |
width: 100%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
324 |
border-width: 0px 0px 0px 0px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
325 |
border-spacing: 2px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
326 |
border-style: hidden hidden hidden hidden; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
327 |
border-collapse: separate; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
328 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
329 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
330 |
table.profile td { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
331 |
padding-left: 5px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
332 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
333 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
334 |
table.profile td.explain { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
335 |
padding-left: 5px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
336 |
font-size: 75%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
337 |
vertical-align: top; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
338 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
339 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
340 |
table.profile td.submit { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
341 |
text-align: center; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
342 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
343 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
344 |
table.profile th { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
345 |
padding-top: 5px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
346 |
text-align: left; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
347 |
font-weight: bold; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
348 |
font-style: italic; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
349 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
350 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
351 |
table.user_roles { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
352 |
text-align: left; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
353 |
width: 100%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
354 |
border-width: 0px 0px 0px 0px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
355 |
border-spacing: 2px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
356 |
border-style: hidden hidden hidden hidden; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
357 |
border-collapse: separate; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
358 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
359 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
360 |
table.user_roles td { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
361 |
border-width: 0px 0px 0px 0px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
362 |
padding: 2px 2px 2px 2px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
363 |
border-style: hidden hidden hidden hidden; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
364 |
-moz-border-radius: 0px 0px 0px 0px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
365 |
font-family: sans-serif; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
366 |
text-align: left; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
367 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
368 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
369 |
table.user_roles td.program_last { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
370 |
border-width: 0px 0px 1px 0px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
371 |
padding: 2px 2px 2px 2px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
372 |
border-style: hidden hidden solid hidden; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
373 |
-moz-border-radius: 0px 0px 0px 0px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
374 |
font-family: sans-serif; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
375 |
text-align: left; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
376 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
377 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
378 |
table.user_roles td.org_last { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
379 |
border-width: 0px 0px 1px 0px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
380 |
padding: 2px 2px 2px 2px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
381 |
border-style: hidden hidden dotted hidden; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
382 |
-moz-border-radius: 0px 0px 0px 0px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
383 |
font-family: sans-serif; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
384 |
text-align: left; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
385 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
386 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
387 |
td.h1 { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
388 |
text-align: left; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
389 |
font-family: sans-serif; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
390 |
font-weight: bold; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
391 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
392 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
393 |
td.h2 { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
394 |
text-align: center; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
395 |
font-family: sans-serif; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
396 |
font-style: italic; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
397 |
font-weight: bold; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
398 |
border-bottom-width: 1px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
399 |
border-style: none none solid none; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
400 |
background: #c3d9ff; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
401 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
402 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
403 |
td.program { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
404 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
405 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
406 |
td.org { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
407 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
408 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
409 |
td.role { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
410 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
411 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
412 |
td.error { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
413 |
color: #cc0000; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
414 |
border-style: solid; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
415 |
border-color: red; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
416 |
font-size: 80%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
417 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
418 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
419 |
td.error_outline { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
420 |
color: #cc0000; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
421 |
border-style: solid; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
422 |
border-color: red; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
423 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
424 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
425 |
th.error { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
426 |
color: #cc0000; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
427 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
428 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
429 |
table.input { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
430 |
font-size: 100%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
431 |
background: #c3d9ff; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
432 |
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
433 |
-moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
434 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
435 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
436 |
table.input td { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
437 |
background: #c3d9ff; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
438 |
padding-left: 5px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
439 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
440 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
441 |
table.input td.help { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
442 |
background: #c3d9ff; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
443 |
padding-left: 5px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
444 |
font-size: 75%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
445 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
446 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
447 |
td.explain { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
448 |
width: 200px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
449 |
/*color: #676767; */ |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
450 |
vertical-align: top; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
451 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
452 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
453 |
table.input th { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
454 |
padding-top: 5px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
455 |
text-align: left; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
456 |
font-size: 120%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
457 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
458 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
459 |
.important { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
460 |
color:#cc0000; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
461 |
font-style:italic; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
462 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
463 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
464 |
.important a { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
465 |
color:#cc0000; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
466 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
467 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
468 |
.statusmsg { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
469 |
font-style:italic; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
470 |
font-size:x-small; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
471 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
472 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
473 |
#panel { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
474 |
margin-top: 4ex; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
475 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
476 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
477 |
#panel input { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
478 |
width: 150px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
479 |
margin-bottom: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
480 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
481 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
482 |
table.mentororg { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
483 |
width: 100%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
484 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
485 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
486 |
td.mentororg { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
487 |
background:#bbcced ; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
488 |
padding: 5px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
489 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
490 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
491 |
td.mentororg a { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
492 |
color: #aa0033; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
493 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
494 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
495 |
td.mentorapp { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
496 |
padding-left: 20px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
497 |
background: #e8e8e8; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
498 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
499 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
500 |
span.would { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
501 |
background-color: yellow; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
502 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
503 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
504 |
span.interested { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
505 |
background-color: green; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
506 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
507 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
508 |
span.indifferent { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
509 |
background-color: blue; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
510 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
511 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
512 |
span.disagree { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
513 |
background-color: red; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
514 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
515 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
516 |
table.applist { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
517 |
background: #C3D9FF; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
518 |
border-spacing: 0px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
519 |
-moz-border-radius-topleft: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
520 |
-moz-border-radius-topright: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
521 |
-moz-border-radius-bottomright: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
522 |
-moz-border-radius-bottomleft: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
523 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
524 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
525 |
table.applist td, th { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
526 |
padding-left: 5px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
527 |
padding-right: 5px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
528 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
529 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
530 |
tr.listapp { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
531 |
background: #E8EEF7; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
532 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
533 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
534 |
tr.listrequestapp { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
535 |
background: #c2bddd; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
536 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
537 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
538 |
tr.listapp:hover { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
539 |
background: #ffeac0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
540 |
cursor: pointer; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
541 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
542 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
543 |
tr.listrequestapp:hover { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
544 |
background: #ffeac0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
545 |
cursor: pointer; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
546 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
547 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
548 |
tr.lastacceptlistapp { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
549 |
text-align: center; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
550 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
551 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
552 |
table.mentors { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
553 |
width: 100%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
554 |
border-spacing: 0px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
555 |
background: #C3D9FF; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
556 |
-moz-border-radius-topleft: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
557 |
-moz-border-radius-topright: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
558 |
-moz-border-radius-bottomright: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
559 |
-moz-border-radius-bottomleft: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
560 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
561 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
562 |
td.orgapp { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
563 |
padding-left: 20px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
564 |
background: #e8eef7; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
565 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
566 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
567 |
th.orgapp { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
568 |
text-align: left; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
569 |
padding-left: 10px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
570 |
background: #e8eef7; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
571 |
font-size: 80%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
572 |
font-weight: normal; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
573 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
574 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
575 |
table.apptable { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
576 |
background: #c3d9ff; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
577 |
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
578 |
-moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
579 |
width: 100%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
580 |
border-spacing: 0px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
581 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
582 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
583 |
table.apptable td { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
584 |
background: none; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
585 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
586 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
587 |
table.apptable a { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
588 |
color: #3366cc; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
589 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
590 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
591 |
td.newapp a { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
592 |
color: #008000; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
593 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
594 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
595 |
tr.appodd { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
596 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
597 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
598 |
tr.appeven { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
599 |
background: #e5ecf9; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
600 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
601 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
602 |
td.time { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
603 |
font-size: 60%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
604 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
605 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
606 |
pre { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
607 |
overflow: auto; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
608 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
609 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
610 |
h2 { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
611 |
font-size: large; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
612 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
613 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
614 |
div.extern_app { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
615 |
background: #bbcced; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
616 |
margin: 10px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
617 |
padding: 2px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
618 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
619 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
620 |
td.extern_app { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
621 |
vertical-align:top; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
622 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
623 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
624 |
div.extern_orginfo { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
625 |
width: 200px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
626 |
border-style: solid; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
627 |
border-color: #3399cc; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
628 |
padding: 10px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
629 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
630 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
631 |
td.extern_orginfo { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
632 |
vertical-align:top; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
633 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
634 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
635 |
table.organizations td { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
636 |
padding-right: 25px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
637 |
vertical-align: top; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
638 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
639 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
640 |
div.sidebar a { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
641 |
color: #3366cc; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
642 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
643 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
644 |
div.sidebar { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
645 |
padding: 1px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
646 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
647 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
648 |
div.sidebarselect { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
649 |
padding: 3px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
650 |
background: #C3D9FF; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
651 |
-moz-border-radius-topleft: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
652 |
-moz-border-radius-bottomleft: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
653 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
654 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
655 |
div.sidebarselect a { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
656 |
color: #3366cc; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
657 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
658 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
659 |
td.frameleft { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
660 |
padding: 3px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
661 |
background: #C3D9FF; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
662 |
-moz-border-radius-topleft: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
663 |
-moz-border-radius-bottomleft: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
664 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
665 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
666 |
td.frameright { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
667 |
padding: 3px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
668 |
background: #C3D9FF; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
669 |
-moz-border-radius-topright: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
670 |
-moz-border-radius-bottomright: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
671 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
672 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
673 |
div.frametop { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
674 |
padding: 3px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
675 |
background: #C3D9FF; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
676 |
width: 100%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
677 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
678 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
679 |
div.info { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
680 |
background: #FFcc33; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
681 |
text-align: center; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
682 |
width: 100%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
683 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
684 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
685 |
div.orgabout { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
686 |
padding: 5px |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
687 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
688 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
689 |
div.orgaboutdescript { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
690 |
padding: 5px |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
691 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
692 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
693 |
div.question { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
694 |
padding: 10px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
695 |
font-size: 120%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
696 |
font-weight: bold; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
697 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
698 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
699 |
div.section { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
700 |
padding: 10px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
701 |
font-size: 130%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
702 |
font-weight: bold; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
703 |
text-align: center; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
704 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
705 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
706 |
div.sectionlist { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
707 |
padding: 10px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
708 |
font-size: 120%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
709 |
font-weight: bold; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
710 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
711 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
712 |
div.app_text { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
713 |
background-color: #ffffff; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
714 |
padding-left: 5px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
715 |
font-family: Fixed,monospace; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
716 |
-moz-border-radius-topleft: 6px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
717 |
-moz-border-radius-topright: 6px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
718 |
-moz-border-radius-bottomright: 6px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
719 |
-moz-border-radius-bottomleft: 6px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
720 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
721 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
722 |
div.comment_group { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
723 |
width: 100%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
724 |
margin-bottom: 5px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
725 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
726 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
727 |
div.comment { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
728 |
background-color: #e8e8e8; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
729 |
margin: 5px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
730 |
padding: 2px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
731 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
732 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
733 |
div.comment_time { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
734 |
width: auto; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
735 |
background: #C3D9FF; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
736 |
padding: 2px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
737 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
738 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
739 |
div.comment_text { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
740 |
margin-top: 2px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
741 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
742 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
743 |
h2.infosection { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
744 |
border-bottom: 1px solid black; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
745 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
746 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
747 |
td.navanchor { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
748 |
text-align: right; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
749 |
font-size: x-small; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
750 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
751 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
752 |
.tB { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
753 |
padding: 3px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
754 |
border: 1px solid #ffdea0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
755 |
background-color: #fff8dc; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
756 |
margin-bottom:0.5em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
757 |
margin-top:1em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
758 |
font-weight:bold; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
759 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
760 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
761 |
.tB td{ |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
762 |
background-color:#fff8dc; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
763 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
764 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
765 |
.tB a { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
766 |
font-weight:normal; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
767 |
font-size:x-small; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
768 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
769 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
770 |
.tBRed { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
771 |
padding: 3px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
772 |
border: 1px solid #cdc9c9; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
773 |
background-color: #ffe5e5; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
774 |
margin-bottom:0.5em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
775 |
margin-top:1em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
776 |
font-weight:bold; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
777 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
778 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
779 |
table.tB2 { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
780 |
border: 1px solid #ffdea0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
781 |
border-spacing: 0px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
782 |
-moz-border-radius-topleft: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
783 |
-moz-border-radius-topright: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
784 |
-moz-border-radius-bottomright: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
785 |
-moz-border-radius-bottomleft: 4px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
786 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
787 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
788 |
table.tB2 th{ |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
789 |
background-color: #e5ecf9; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
790 |
border-top: 1px solid #ffdea0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
791 |
border-bottom: 1px solid #ffdea0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
792 |
padding: 1px |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
793 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
794 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
795 |
table.tB2 td { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
796 |
padding-left: 5px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
797 |
padding-right: 5px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
798 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
799 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
800 |
.tBRed td { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
801 |
background-color:#ffe5e5; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
802 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
803 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
804 |
.tBRed a { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
805 |
font-weight: normal; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
806 |
font-size: x-small; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
807 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
808 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
809 |
.ftl { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
810 |
font-weight: bold; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
811 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
812 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
813 |
dt { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
814 |
font-weight: bold; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
815 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
816 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
817 |
dd { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
818 |
margin:0em 0em 1em 1em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
819 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
820 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
821 |
ul { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
822 |
margin-top: 0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
823 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
824 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
825 |
.colorswatch { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
826 |
height: 18px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
827 |
width: 20px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
828 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
829 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
830 |
.colorhover { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
831 |
border: 1px solid blue; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
832 |
cursor: pointer; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
833 |
background: #fff; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
834 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
835 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
836 |
.colorchooser { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
837 |
position: absolute; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
838 |
display:none; z-index:999; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
839 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
840 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
841 |
.mono { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
842 |
font-family: "Courier New", Courier, monospace; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
843 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
844 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
845 |
table.palette { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
846 |
font-size: 5px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
847 |
border: 1px solid #999; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
848 |
border-collapse: collapse; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
849 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
850 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
851 |
table.palette td a { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
852 |
display: block; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
853 |
text-decoration: none; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
854 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
855 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
856 |
table.palette td a div { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
857 |
width: 20px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
858 |
height: 20px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
859 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
860 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
861 |
table.palette a { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
862 |
border: 1px solid #ccc; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
863 |
padding: 1px; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
864 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
865 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
866 |
table.palette a:hover { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
867 |
border: 1px solid red; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
868 |
cursor: pointer; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
869 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
870 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
871 |
span.selectedresponse { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
872 |
font-weight: bold; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
873 |
border-bottom: 1px solid #ffdea0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
874 |
border-right: 1px solid #ffdea0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
875 |
background-color: #fff8dc; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
876 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
877 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
878 |
.popup { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
879 |
cursor: help; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
880 |
text-decoration: none; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
881 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
882 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
883 |
.blog { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
884 |
border: 10px solid #e5ecf9; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
885 |
border-top: 1px solid #3366cc; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
886 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
887 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
888 |
.blog h2 { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
889 |
margin-top: 0.1em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
890 |
background-color: #e5ecf9; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
891 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
892 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
893 |
.blog h2 a, .blog h2 a:visited { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
894 |
text-decoration: none; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
895 |
color: black; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
896 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
897 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
898 |
.blog .entry { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
899 |
margin-bottom: 1em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
900 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
901 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
902 |
.blog .title { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
903 |
font-size: medium; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
904 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
905 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
906 |
.blog .author { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
907 |
color: gray; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
908 |
margin-bottom: 0.5em; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
909 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
910 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
911 |
.blog .snippet { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
912 |
background-color: white; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
913 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
914 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
915 |
.todo { |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
916 |
color: #cc0000; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
917 |
font-size: 80%; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
918 |
} |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
919 |