- Add skins directory structure,
- Add skin black example (default.css and sprites css).
This commit is contained in:
29
html/skins/black/sprites-rep.css
Normal file
29
html/skins/black/sprites-rep.css
Normal file
@@ -0,0 +1,29 @@
|
||||
/* glue: 0.11.1 hash: 9c5b34e88f */
|
||||
/* LMBrowser Template 1.0 */
|
||||
|
||||
.sprite-title_line-m,
|
||||
.sprite-menu-bg,
|
||||
.sprite-bottom_line-m {
|
||||
background-image: url('/skins/black/images/sprites-rep.png');
|
||||
background-repeat: repeat-x;
|
||||
background-attachment: scroll;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.sprite-title_line-m {
|
||||
background-position: 0 0;
|
||||
width: 10px;
|
||||
height: 70px;
|
||||
}
|
||||
|
||||
.sprite-menu-bg {
|
||||
background-position: 0 -70px;
|
||||
width: 10px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.sprite-bottom_line-m {
|
||||
background-position: 0 -90px;
|
||||
width: 10px;
|
||||
height: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user