Verzeichnisstruktur phpBB-3.0.0
- Veröffentlicht
- 12.12.2007
So funktioniert es
|
Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück |
Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis. |
|
(Beispiel Datei-Icons)
|
Auf das Icon klicken um den Quellcode anzuzeigen |
links.css
001 /* proSilver Link Styles
002 ---------------------------------------- */
003
004 a:link { color: #898989; text-decoration: none; }
005 a:visited { color: #898989; text-decoration: none; }
006 a:hover { color: #d3d3d3; text-decoration: underline; }
007 a:active { color: #d2d2d2; text-decoration: none; }
008
009 /* Coloured usernames */
010 .username-coloured {
011 font-weight: bold;
012 display: inline !important;
013 }
014
015 /* Links on gradient backgrounds */
016 #search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
017 color: #FFFFFF;
018 text-decoration: none;
019 }
020
021 #search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
022 color: #FFFFFF;
023 text-decoration: none;
024 }
025
026 #search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
027 color: #ffffff;
028 text-decoration: underline;
029 }
030
031 #search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
032 color: #ffffff;
033 text-decoration: none;
034 }
035
036 /* Links for forum/topic lists */
037 a.forumtitle {
038 font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
039 font-size: 1.2em;
040 font-weight: bold;
041 color: #898989;
042 text-decoration: none;
043 }
044
045 /* a.forumtitle:visited { color: #898989; } */
046
047 a.forumtitle:hover {
048 color: #bcbcbc;
049 text-decoration: underline;
050 }
051
052 a.forumtitle:active {
053 color: #898989;
054 }
055
056 a.topictitle {
057 font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
058 font-size: 1.2em;
059 font-weight: bold;
060 color: #898989;
061 text-decoration: none;
062 }
063
064 /* a.topictitle:visited { color: #d2d2d2; } */
065
066 a.topictitle:hover {
067 color: #bcbcbc;
068 text-decoration: underline;
069 }
070
071 a.topictitle:active {
072 color: #898989;
073 }
074
075 /* Post body links */
076 .postlink {
077 text-decoration: none;
078 color: #d2d2d2;
079 border-bottom: 1px solid #d2d2d2;
080 padding-bottom: 0;
081 }
082
083 .postlink:visited {
084 color: #bdbdbd;
085 border-bottom-style: dotted;
086 border-bottom-color: #666666;
087 }
088
089 .postlink:active {
090 color: #d2d2d2;
091 }
092
093 .postlink:hover {
094 background-color: #f6f6f6;
095 text-decoration: none;
096 color: #404040;
097 }
098
099 .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 }
200