aboutsummaryrefslogtreecommitdiffstats
path: root/etherpad/src/static/css/pro/framedpage-pro.css
blob: cffa58bbc5de076bd2f89cd26ba50f254892f7a6 (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
/*--- farmed page styles ---*/

/*------
 Global Container
------*/

body#framedpagebody {
  background: #fff;
}

#container {
   font-family: Arial, Helvetica, Calibri, sans-serif;
   width: 920px; margin: 0 auto;
}

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

/* framed page general */
div.fpcontent {
   width: 888px;
   margin: 0 auto;
   font-size: 1.3em;
   background-color: #fff;
   padding-top: 1em;
}

div.fpcontent p {
   margin: 1em 0;
   line-height: 150%;
}
div.fpcontent ul {
   list-style: disc;
   padding-left: 2em;
}
div.fpcontent ul li {
   margin: 1em 0;
}

/* top header */

body.pro-withtopbar {
  background: url(/static/img/pro/header/pro-header-plustopnav-back.gif) repeat-x top !important;
}

#pro-topbar {
  height: 48px;
}

#pro-topbar-inner {
  width: 888px;
  margin: 0 auto;
  height: 48px;
  line-height: 48px;
  background: url(/static/img/pro/header/pro-header-logo.png) no-repeat top center;
}

#pro-topbar div#org-name a {
  font-size: 1.4em;
  color: #fff;
  vertical-align: center;
}

#pro-topbar #accountnav {
  float: right;
  vertical-align: center;
  color: #fff;
}

#pro-topbar #accountnav a {
  color: #cde7ff;
  text-decoration: underline;
}


/* navigation */

#pro-topnav {
  background: url(/static/img/pro/topnav/pro-topnav-back.gif) repeat-x top;
  height: 36px;
}

#pro-topnav-inner {
  margin: 0 auto;
  height: 36px;
  width: 888px;
}

#pro-topnav ul {
  float: left;
}
#pro-topnav ul li {
  display: block;
  height: 36px;
  float: left;
}
#pro-topnav ul li a {
  display: block;
  line-height: 36px;
  margin: 0 20px;
}
#pro-topnav ul li.topnav_home a {
  margin-left: 0;
}
#pro-topnav ul li a:hover { }
#pro-topnav ul li.selected a { 
  color: #000;
  background: url(/static/img/pro/topnav/pro-topnav-notch.gif) no-repeat center 28px;
}

#shuttingdown { position: relative; zoom: 1; border: 1px solid #992;
  background: #ffc; padding: 0.6em; font-size: 1.2em; margin-top: 6px; }


/*--- framed page styles ---*/

div.global-pro-notice {
  margin: .5em 1em;
  border: 1px solid #f84;
  background: #ffc;
  font-weight: bold;
  padding: 1em;
}