* The content is dynamically generated for easier handling.
*/
-$dark = '#8B4513';
-
header('Content-type: text/css');
?>
input[type="submit"]:focus {
border: 0;
position: relative;
- top: 5px;
+ background: #085B69;
+ border-bottom: 5px solid #0D9CB2;
margin-bottom: 15px;
}
* The content is dynamically generated for easier handling.
*/
-$dark = '#8B4513';
-
header('Content-type: text/css');
?>
padding: 0.4em 2.2em;
font-size: 1.1em;
color: #FFF;
- border-bottom: 5px solid #fff;
+ border-bottom: 5px solid #FFF;
cursor: pointer;
margin: 10px;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
border: 0;
+ color: #555;
position: relative;
- top: 5px;
+ background: #FFF;
+ border-bottom: 5px solid #555;
margin-bottom: 15px;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Lobster);
body {
- background: ##050505;
+ background: #050505;
background-image: url("bg1.png"), url("bg2.png");
background-repeat: repeat-x, repeat;
font-family: 'Lobster', cursive;
font-family: 'Lobster', cursive;
border: 0;
position: relative;
- top: 5px;
+ background: #085B69;
+ border-bottom: 5px solid #157EFB;
margin-bottom: 15px;
}