initial commit
This commit is contained in:
commit
3a85245a8d
20 changed files with 11838 additions and 0 deletions
BIN
css/images/ajax-loader.gif
Normal file
BIN
css/images/ajax-loader.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
BIN
css/images/icons-18-black.png
Normal file
BIN
css/images/icons-18-black.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
css/images/icons-18-white.png
Normal file
BIN
css/images/icons-18-white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
css/images/icons-36-black.png
Normal file
BIN
css/images/icons-36-black.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
BIN
css/images/icons-36-white.png
Normal file
BIN
css/images/icons-36-white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
3
css/jquery.mobile-1.3.1.min.css
vendored
Normal file
3
css/jquery.mobile-1.3.1.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
34
css/screen.css
Normal file
34
css/screen.css
Normal file
|
@ -0,0 +1,34 @@
|
|||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#full header *, #full2 header * {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#full header, #full2 header {
|
||||
border-bottom: 1px solid #aaa;
|
||||
margin-bottom: 1em;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
#full h1, #full2 h1 {
|
||||
font-weight: normal;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
#full h1 a, #full2 h1 a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#list .ui-li-heading {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#list .unread .ui-li-heading {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.smallogo { text-align: center; margin: 0; padding: 0; }
|
||||
.smallogo img { width: 50%; }
|
Reference in a new issue