2013-09-02 17:06:51 +03:00
|
|
|
@import url("style-base.css");
|
2013-02-28 16:41:21 +02:00
|
|
|
|
2012-12-22 19:05:37 +02:00
|
|
|
|
2013-02-28 16:41:21 +02:00
|
|
|
/* =============================================================================
|
2013-02-28 22:35:06 +02:00
|
|
|
Main container stuff goes here and other globals
|
2013-02-28 16:41:21 +02:00
|
|
|
========================================================================== */
|
2013-09-02 17:06:51 +03:00
|
|
|
.container {
|
|
|
|
border-radius:10px;
|
|
|
|
}
|
2012-06-02 09:48:07 +03:00
|
|
|
|
2013-02-28 16:41:21 +02:00
|
|
|
/* =============================================================================
|
|
|
|
Header stuff goes here
|
|
|
|
========================================================================== */
|
|
|
|
header {
|
2013-05-16 13:30:29 +03:00
|
|
|
box-shadow:inset 0px -5px 8px #000000;
|
|
|
|
border-radius: 10px 10px 0px 0px;
|
2012-06-02 09:48:07 +03:00
|
|
|
}
|
|
|
|
|
2013-07-19 18:59:13 +03:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2013-02-28 16:41:21 +02:00
|
|
|
header h1{
|
2013-05-16 13:26:41 +03:00
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 100%;
|
2012-06-02 09:48:07 +03:00
|
|
|
}
|
|
|
|
|
2013-02-28 16:41:21 +02:00
|
|
|
.download a {
|
2013-05-16 13:30:29 +03:00
|
|
|
border-radius: 6px;
|
|
|
|
box-shadow:0 0 10px #000;
|
|
|
|
background: radial-gradient(#666, black);
|
2012-06-02 09:48:07 +03:00
|
|
|
}
|
|
|
|
|
2013-02-28 16:41:21 +02:00
|
|
|
footer
|
2012-06-02 09:48:07 +03:00
|
|
|
{
|
2013-02-28 16:41:21 +02:00
|
|
|
box-shadow:inset 0px 5px 8px #000000;
|
|
|
|
border-radius: 0px 0px 10px 10px;
|
2012-06-02 09:48:07 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-02-28 16:41:21 +02:00
|
|
|
/* =============================================================================
|
|
|
|
Mediaquerie stuff goes here
|
|
|
|
========================================================================== */
|
2013-07-04 23:42:52 +03:00
|
|
|
/* 768px and greater */
|
2013-02-28 16:41:21 +02:00
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
.container { box-shadow:0 0 20px #000; }
|
|
|
|
}
|