aboutsummaryrefslogtreecommitdiffstats
path: root/etherpad/src/static/css/framedpage.css
blob: a99554b2c1db9943b56410d4d05b152372d48cd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
/*------
 Global Container
------*/

#container {
   font-family: Arial, Helvetica, Calibri, sans-serif;
}
body.home {
   background: #f7f7f7 url(/static/img/davy/bg/home2.png) repeat-x top;
}
.home #container {
   width: 920px; margin: 0 auto;
}
body.nothome {
   background: #f7f7f7 url(/static/img/davy/bg/product.png) repeat-x top;
}
.nothome #container {
   width: 910px; margin: 0 auto;
}

/*------
 Layout
------*/

#navigation,
.home #top,
.home #bottom,
#footer {
   width: 888px;
   margin: 0 auto;
}

/* framed page general */
div.fpcontent {
   width: 848px;
   margin: 0 auto;
      
   font-size: 1.3em;
   padding: 20px;

   background-color: #fff;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   border-top: 0;
}
div.fpcontent h1 {
   color: #666;
   border-bottom: 1px solid #666;
   margin: .8m 0 1em 0;
   font-size: 1.8em;
}
div.fpcontent h2 {
   color: #666;
   border-bottom: 1px solid #666;
   font-size: 1.4em;
   margin: 1em 0;
}
div.fpcontent p {
   margin: 1em 0;
   line-height: 150%;
}
div.fpcontent ul {
   list-style: disc;
   padding-left: 1.5em;
}
div.fpcontent ul li {
   margin: 1em 0;
   padding-left: .5em;
}

/*----------
 Navigation
----------*/

#topnav_wrap {
   background: url(/static/img/davy/bg/product.png) repeat-x top;
}
#navigation {
   height: 38px;
   overflow: hidden;
   background: url(/static/img/davy/bg/home2.png) repeat-x top;
}
#navigation h1 a {
   display: block;
   width: 120px;
   position: relative;
   padding: 38px 0 0 0;
   overflow: hidden;
   background: transparent url(/static/img/davy/gfx/product-logo.gif) no-repeat 0 6px;
   height: 0px;
   float: left;
}
.home #navigation h1 a {
   display: none;
}
#navigation ul {
   margin-right: -10px;
}
#navigation li {
   display: inline;
}
#navigation li a {
   font-family: Calibri, "Trebuchet MS", Trebuchet, Arial, sans-serif;
   font-size: 1.208em;
   text-transform: uppercase;
   color: #fff;
   text-shadow: 0 1px 0 #223f6b;
   letter-spacing: 1px;
   display: block;
   padding: 11px 10px 13px 10px;
   float: right;
}
.home #navigation .topnav_pricing a {
   color: #ffc261;
}
.home #navigation .topnav_pricing a:hover {
   color: #FEAC59;
}
#navigation li.selected a {
   color: #bddbff;
}
.home #navigation li.selected a {
   background: url(/static/img/davy/bg/home-nav-selected.png) no-repeat center 32px;
}
.nothome #navigation li.selected a {
   background: url(/static/img/davy/bg/product-nav-selected-white.png) no-repeat center 32px;
}
#navigation li a:hover {
   color: #DEEDFF;
   text-decoration: none;
}

        
/*------
 Footer
------*/

.home #footer {
   border-top: 1px solid #d9d9d9;
   margin-top: 24px;
}

.nothome #footer {
   margin-top: 0px;
}

        #footer-inner {
            border-top: 1px solid #f9f9f9;
            padding: 12px 0;
            color: #666;
            font-size: .917em;
        }

#footer-left {
   float: left;
   width: 700px;
}
        #footer ul,
        #footer li {
            display: inline;
        }
        #footer li {
            margin-left: 1em;
        }
        
        #footer #appjet {
            float: right;
            margin-right: -12px;
        }
            #footer #appjet a {
                background: url(/static/img/davy/gfx/plane.gif) no-repeat right center;
                padding-right: 12px;
            }