File: index.css

package info (click to toggle)
python-gdata 2.0.18%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 8,460 kB
  • ctags: 17,143
  • sloc: python: 70,779; ansic: 150; makefile: 27; sh: 3
file content (106 lines) | stat: -rw-r--r-- 1,704 bytes parent folder | download | duplicates (2)
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
/**
 * Copyright 2011, Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the 'License');
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http: *www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an 'AS IS' BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
 
 /**
 * author pti@google.com (Prashant Tiwari)
 */

body {
  font-family: 'Verdana', sans-serif;
  font-size: 11px;
}

#users table {
  width: 100%;
  border: dotted 1px #000000;
  font-family: 'Verdana', sans-serif;
  font-size: 11px;
}

#navigator #prev {
  cursor: pointer;
}

#navigator #next {
  cursor: pointer;
}

#users table .odd {
  background-color: #E5F2FB;
}

#users table .even {
  background-color: #FFFFFF;
}

#users td {
  padding: 3px;
}

#footer {
  text-align: center;
  padding: 10px 10px 10px 10px;
}

#header {
  padding: 5px 5px 0px 0px;
}

#titleholder {
  float: left;
  padding-top: 0px;
  margin-top: 0px;
  margin-left: 10px;
  color: #133BC1;
}

#titleholder h1 {
  font-family: Arial;
  font-weight: normal;
  font-size: 24px;
}

#titlecrumb {
  float: right;
}

#main {
  width: 100%;
  text-align: left;
}

.outer {
  margin-left: 25%;
  margin-right: 25%;
}

.serialno {
  text-align: center;
}

.username {
  font-style: italic;
  font-weight: bold;
}

.accountname {
  font-weight: bold;
}

.isadmin {
  font-weight: bold;
  text-align: center;
}