mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
Updated codebase added notes, new dashboard, search features
This commit is contained in:
BIN
images/body.png
Normal file
BIN
images/body.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 278 B |
BIN
images/grey_bg.png
Normal file
BIN
images/grey_bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
BIN
images/jaysalvat.png
Normal file
BIN
images/jaysalvat.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 258 B |
BIN
images/markitup.png
Normal file
BIN
images/markitup.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
27
images/style.css
Normal file
27
images/style.css
Normal file
@@ -0,0 +1,27 @@
|
||||
body {
|
||||
background:#EEE url(body.png) repeat-x;
|
||||
font: 13px "Trebuchet MS", Arial, Verdana;
|
||||
padding:20px;
|
||||
}
|
||||
a {
|
||||
text-decoration:none;
|
||||
color:#3C769D;
|
||||
}
|
||||
h1 a,
|
||||
p em a {
|
||||
display:block;
|
||||
overflow:hidden;
|
||||
text-indent:-9999px;
|
||||
}
|
||||
h1 a {
|
||||
width:700px;
|
||||
height:200px;
|
||||
background:transparent url(markitup.png) no-repeat center center;
|
||||
}
|
||||
p em a {
|
||||
background:transparent url(jaysalvat.png) no-repeat 10% 50%;
|
||||
width:120px; height:28px;
|
||||
left:30px;
|
||||
position:absolute;
|
||||
top:0px;
|
||||
}
|
||||
Reference in New Issue
Block a user