aboutsummaryrefslogtreecommitdiff
path: root/foaf-vix.css
blob: a97f4b6dd57645e5dfd794ecf8c0babc02b75657 (plain)
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
/*
 *  FOAF.Vix CSS (2009-04-26)
 *  Copyright (C) 2006, 2008, 2009 Wojciech Polak
 *
 *  This program is free software; you can redistribute it and/or modify it
 *  under the terms of the GNU General Public License as published by the
 *  Free Software Foundation; either version 3 of the License, or (at your
 *  option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License along
 *  with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

.foafvix {
  font-family: arial, sans-serif;
  font-size: 83.3%;
  padding: 2px 10px 10px 10px;
}
.foafvix table {
  font-family: arial, sans-serif;
  font-size: 100%;
  margin: 0 !important;
}

.foafvix a:link {
  color: #1f00ff;
  text-decoration: underline;
}
.foafvix a:visited {
  color: #9900dd;
  text-decoration: underline;
}
.foafvix a:active {
  color: #ffffaa;
  text-decoration: underline;
}
.foafvix a:hover {
  background-color: #ffa;
  text-decoration: underline;
}

.foafvix .fvxlink:link {
  color: #aaaaaa;
  text-decoration: none;
}
.foafvix .fvxlink:visited {
  color: #aaaaaa;
  text-decoration: none;
}
.foafvix .fvxlink:hover {
  color: #aaaaaa;
  background-color: transparent;
  text-decoration: underline;
}
.foafvix .fvxlink:active {
  color: #aaaaaa;
  text-decoration: underline;
}

.foafvix img {
  border-style: none;
}
.foafvix h1 {
  color: #333;
  font: bold 165% Arial, Helvetica, sans-serif;
  padding: 5px 5px 5px 6px;
  margin-top: 0px;
}

.foafvix .small,
.foafvix .help {
  font-size: x-small;
}

.foafvix .right {
  float: right;
}

.foafvix .vspace {
  margin: 1em 0 0.2em 0;
}

.foafvix .td1 {
  width: 7.5em;
}

.foafvix .fieldName {
  font-weight: bold;
}

.foafvix .Project {
  overflow: hidden;
  border: 1px dotted black;
  padding: 7px;
  margin-bottom: 5px;
  background-color: lightyellow;
}

.foafvix .group {
  overflow: hidden;
  border: 1px dotted black;
  padding: 7px;
  margin-bottom: 5px;
  background-color: lightyellow;
}

.foafvix .person {
  overflow: hidden;
  border: 1px dotted black;
  padding: 10px;
  background-color: #ddf;
  margin-top: 5px;
}

.foafvix .personName,
.foafvix .doapName {
  margin-bottom: 7px;
}

.foafvix .person-name,
.foafvix .project-name {
  font-size: 120%;
  font-weight: bold;
  border-bottom: 1px dotted black;
}

.foafvix .ownerImage {
  float: right;
  border: 1px solid gray;
}
.foafvix .ownerImageSmall {
  float: left;
  width: 48px;
  border: 1px solid gray;
  margin-right: 7px;
  margin-bottom: 7px;
}

.foafvix #swidth {
  width: 700px;
}

.foafvix a.more {
  color: #999999;
  font-size: x-small;
}

.foafvix .source {
  clear: both;
}

.foafvix #footer {
  font-size: x-small;
  color: #aaaaaa;
  margin-top: 5px;
}

Return to:

Send suggestions and report system problems to the System administrator.