~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/php/phpBB3/styles/prosilver/theme/links.css

  • Committer: William Grant
  • Date: 2009-02-23 23:47:02 UTC
  • mfrom: (1099.1.211 new-dispatch)
  • Revision ID: grantw@unimelb.edu.au-20090223234702-db4b1llly46ignwo
Merge from lp:~ivle-dev/ivle/new-dispatch.

Pretty much everything changes. Reread the setup docs. Backup your databases.
Every file is now in a different installed location, the configuration system
is rewritten, the dispatch system is rewritten, URLs are different, the
database is different, worksheets and exercises are no longer on the
filesystem, we use a templating engine, jail service protocols are rewritten,
we don't repeat ourselves, we have authorization rewritten, phpBB is gone,
and probably lots of other things that I cannot remember.

This is certainly the biggest commit I have ever made, and hopefully
the largest I ever will.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* proSilver Link Styles
2
 
---------------------------------------- */
3
 
 
4
 
a:link  { color: #898989; text-decoration: none; }
5
 
a:visited       { color: #898989; text-decoration: none; }
6
 
a:hover { color: #d3d3d3; text-decoration: underline; }
7
 
a:active        { color: #d2d2d2; text-decoration: none; }
8
 
 
9
 
/* Coloured usernames */
10
 
.username-coloured {
11
 
        font-weight: bold;
12
 
        display: inline !important;
13
 
}
14
 
 
15
 
/* Links on gradient backgrounds */
16
 
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
17
 
        color: #FFFFFF;
18
 
        text-decoration: none;
19
 
}
20
 
 
21
 
#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
22
 
        color: #FFFFFF;
23
 
        text-decoration: none;
24
 
}
25
 
 
26
 
#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
27
 
        color: #ffffff;
28
 
        text-decoration: underline;
29
 
}
30
 
 
31
 
#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
32
 
        color: #ffffff;
33
 
        text-decoration: none;
34
 
}
35
 
 
36
 
/* Links for forum/topic lists */
37
 
a.forumtitle {
38
 
        font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
39
 
        font-size: 1.2em;
40
 
        font-weight: bold;
41
 
        color: #898989;
42
 
        text-decoration: none;
43
 
}
44
 
 
45
 
/* a.forumtitle:visited { color: #898989; } */
46
 
 
47
 
a.forumtitle:hover {
48
 
        color: #bcbcbc;
49
 
        text-decoration: underline;
50
 
}
51
 
 
52
 
a.forumtitle:active {
53
 
        color: #898989;
54
 
}
55
 
 
56
 
a.topictitle {
57
 
        font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
58
 
        font-size: 1.2em;
59
 
        font-weight: bold;
60
 
        color: #898989;
61
 
        text-decoration: none;
62
 
}
63
 
 
64
 
/* a.topictitle:visited { color: #d2d2d2; } */
65
 
 
66
 
a.topictitle:hover {
67
 
        color: #bcbcbc;
68
 
        text-decoration: underline;
69
 
}
70
 
 
71
 
a.topictitle:active {
72
 
        color: #898989;
73
 
}
74
 
 
75
 
/* Post body links */
76
 
.postlink {
77
 
        text-decoration: none;
78
 
        color: #d2d2d2;
79
 
        border-bottom: 1px solid #d2d2d2;
80
 
        padding-bottom: 0;
81
 
}
82
 
 
83
 
.postlink:visited {
84
 
        color: #bdbdbd;
85
 
        border-bottom-style: dotted;
86
 
        border-bottom-color: #666666;
87
 
}
88
 
 
89
 
.postlink:active {
90
 
        color: #d2d2d2;
91
 
}
92
 
 
93
 
.postlink:hover {
94
 
        background-color: #f6f6f6;
95
 
        text-decoration: none;
96
 
        color: #404040;
97
 
}
98
 
 
99
 
.signature a, .signature a:visited, .signature a:active, .signature a:hover {
100
 
        border: none;
101
 
        text-decoration: underline;
102
 
        background-color: transparent;
103
 
}
104
 
 
105
 
/* Profile links */
106
 
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
107
 
        font-weight: bold;
108
 
        color: #898989;
109
 
        text-decoration: none;
110
 
}
111
 
 
112
 
.postprofile a:hover, .postprofile dt.author a:hover {
113
 
        text-decoration: underline;
114
 
        color: #d3d3d3;
115
 
}
116
 
 
117
 
 
118
 
/* Profile searchresults */     
119
 
.search .postprofile a {
120
 
        color: #898989;
121
 
        text-decoration: none; 
122
 
        font-weight: normal;
123
 
}
124
 
 
125
 
.search .postprofile a:hover {
126
 
        color: #d3d3d3;
127
 
        text-decoration: underline; 
128
 
}
129
 
 
130
 
/* Back to top of page */
131
 
.back2top {
132
 
        clear: both;
133
 
        height: 11px;
134
 
        text-align: right;
135
 
}
136
 
 
137
 
a.top {
138
 
        background: none no-repeat top left;
139
 
        text-decoration: none;
140
 
        width: {IMG_ICON_BACK_TOP_WIDTH}px;
141
 
        height: {IMG_ICON_BACK_TOP_HEIGHT}px;
142
 
        display: block;
143
 
        float: right;
144
 
        overflow: hidden;
145
 
        letter-spacing: 1000px;
146
 
        text-indent: 11px;
147
 
}
148
 
 
149
 
a.top2 {
150
 
        background: none no-repeat 0 50%;
151
 
        text-decoration: none;
152
 
        padding-left: 15px;
153
 
}
154
 
 
155
 
/* Arrow links  */
156
 
a.up            { background: none no-repeat left center; }
157
 
a.down          { background: none no-repeat right center; }
158
 
a.left          { background: none no-repeat 3px 60%; }
159
 
a.right         { background: none no-repeat 95% 60%; }
160
 
 
161
 
a.up, a.up:link, a.up:active, a.up:visited {
162
 
        padding-left: 10px;
163
 
        text-decoration: none;
164
 
        border-bottom-width: 0;
165
 
}
166
 
 
167
 
a.up:hover {
168
 
        background-position: left top;
169
 
        background-color: transparent;
170
 
}
171
 
 
172
 
a.down, a.down:link, a.down:active, a.down:visited {
173
 
        padding-right: 10px;
174
 
}
175
 
 
176
 
a.down:hover {
177
 
        background-position: right bottom;
178
 
        text-decoration: none;
179
 
}
180
 
 
181
 
a.left, a.left:active, a.left:visited {
182
 
        padding-left: 12px;
183
 
}
184
 
 
185
 
a.left:hover {
186
 
        color: #d2d2d2;
187
 
        text-decoration: none;
188
 
        background-position: 0 60%;
189
 
}
190
 
 
191
 
a.right, a.right:active, a.right:visited {
192
 
        padding-right: 12px;
193
 
}
194
 
 
195
 
a.right:hover {
196
 
        color: #d2d2d2;
197
 
        text-decoration: none;
198
 
        background-position: 100% 60%;
199
 
}