projects
/
website
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Einträge für Fehler-Seiten in sitemap.json ergänzt
[website]
/
dist
/
less
/
screen
/
wip.less
1
/** Pages under construction... */
2
.wip,
3
.wip h1,
4
.wip h2,
5
.wip h3,
6
.wip h4,
7
.wip h5,
8
.wip h6,
9
.wip a
10
{
11
color: rgba(128, 128, 128, 0);
12
text-decoration: none;
13
border-color: rgba(128, 128, 128, 0);
14
text-shadow: 0 0 6px #404040;
15
}
16
.wip
17
{
18
position: relative;
19
}
20
.wip img.w
21
{
22
margin-top: 30%;
23
position: absolute;
24
width: 100%;
25
}