Move all default styles in the templates directory. re #79
--HG-- rename : styles/FontAwesome.otf => templates/default/styles/FontAwesome.otf rename : styles/font-awesome.css => templates/default/styles/font-awesome.css rename : styles/fontawesome-webfont.eot => templates/default/styles/fontawesome-webfont.eot rename : styles/fontawesome-webfont.svg => templates/default/styles/fontawesome-webfont.svg rename : styles/fontawesome-webfont.ttf => templates/default/styles/fontawesome-webfont.ttf rename : styles/fontawesome-webfont.woff => templates/default/styles/fontawesome-webfont.woff rename : styles/style-base.css => templates/default/styles/style-base.css rename : styles/style-default.css => templates/default/styles/style-default.css rename : styles/style-eink.css => templates/default/styles/style-eink.css rename : styles/style-iphone.css => templates/default/styles/style-iphone.css
This commit is contained in:
parent
96288dcb12
commit
8803152273
12 changed files with 3 additions and 3 deletions
58
templates/default/styles/style-default.css
Normal file
58
templates/default/styles/style-default.css
Normal file
|
@ -0,0 +1,58 @@
|
|||
@import url("style-base.css");
|
||||
|
||||
|
||||
/* =============================================================================
|
||||
Main container stuff goes here and other globals
|
||||
========================================================================== */
|
||||
.container {
|
||||
border-radius:10px;
|
||||
}
|
||||
|
||||
/* =============================================================================
|
||||
Header stuff goes here
|
||||
========================================================================== */
|
||||
header {
|
||||
box-shadow:inset 0px -5px 8px #000000;
|
||||
border-radius: 10px 10px 0px 0px;
|
||||
}
|
||||
|
||||
.hicon{
|
||||
text-shadow: 2px 2px 2px black;
|
||||
}
|
||||
|
||||
.submit {
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
header h1{
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
.download a {
|
||||
border-radius: 6px;
|
||||
box-shadow:0 0 10px #000;
|
||||
background: radial-gradient(#666, black);
|
||||
}
|
||||
|
||||
footer
|
||||
{
|
||||
box-shadow:inset 0px 5px 8px #000000;
|
||||
border-radius: 0px 0px 10px 10px;
|
||||
}
|
||||
|
||||
|
||||
/* =============================================================================
|
||||
Mediaquerie stuff goes here
|
||||
========================================================================== */
|
||||
/* 768px and greater */
|
||||
@media only screen and (min-width: 768px) {
|
||||
.container { box-shadow:0 0 20px #000; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue