You are here

light.css in Maintenance Countdown 6

Same filename and directory in other branches
  1. 7 styles/light.css
html, body {
	margin: 0;
	padding: 0;
}

body {
	font: 14px/1.5 Georgia, 'Times New Roman', serif;
	text-align: center;
	background-color:#FFF;
}

#page-title {
	font: 700 30px/1 Georgia,'Times New Roman',serif;
	font-size: 28pt;
	letter-spacing: 12px;
	border-bottom: 1px solid #ddd;
	margin: 0;
	text-transform:uppercase;
}

#content-content {
	margin-top: 0px;
	margin-bottom: 40px;
}

#container {
	margin: 5em auto 3em;
	width: 700px;
	color: #555;
}

#countdown_dashboard {
	height: 110px;
  display: inline-block;
  margin: auto;
}

.dash {
	width: 110px;
	height: 114px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
}

.dash .digit {
	font-weight: bold;
	float: left;
	width: 55px;
	text-align: center;
	font: 700 55pt/115% Georgia, 'Times New Roman', serif;
	color: #555;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 6px;
	font-size: 9pt;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#complete_message {
  border: 1px solid #DDD;
  border-radius: 10px;
  clear: both;
  display: none;
  line-height: 2;
  margin: 2em 1em;
  padding: 1em;
}

kbd {
  background-color: #DDD;
  border-color: #EEE #CCC #CCC #EEE;
  border-radius: 4px;
  border-style: solid;
  border-width: 2px 4px 4px;
  font: 700 100% sans-serif;
  padding: 2px 5px;
  text-shadow: 1px 1px 1px #FFF;
}

#page_reload {
  background-color:#ddd;
  background-image: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd), color-stop(100%,#bbb));
  background-image: -webkit-linear-gradient(top, #ddd 0%,#bbb 100%);
  background-image: -o-linear-gradient(top, #ddd 0%,#bbb 100%);
  background-image: -ms-linear-gradient(top, #dddddd 0%,#bbbbbb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#bbbbbb',GradientType=0 );
  background-image: linear-gradient(top, #ddd 0%,#bbb 100%);
  border: 1px solid #aaa;
  border-radius: 4px;
  color: #555;
  display: block;
  font-size: 15pt;
  margin: 10px auto 0;
  padding: 2px 5px;
  text-decoration: none;
  text-shadow: 0 1px 1px #efefef, 1px 0 1px #e5e5e5;
  width: 50%;
}

#page_reload:hover {
  background-color: #bbbbbb;
  background-image: -moz-linear-gradient(top, #ddd 0%, #aaa 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd), color-stop(100%,#aaa));
  background-image: -webkit-linear-gradient(top, #ddd 0%,#aaa 100%);
  background-image: -o-linear-gradient(top, #ddd 0%,#aaa 100%);
  background-image: -ms-linear-gradient(top, #dddddd 0%,#aaaaaa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#aaaaaa',GradientType=0 );
  background-image: linear-gradient(top, #ddd 0%,#aaa 100%);
}

File

styles/light.css
View source
  1. html, body {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. body {
  6. font: 14px/1.5 Georgia, 'Times New Roman', serif;
  7. text-align: center;
  8. background-color:#FFF;
  9. }
  10. #page-title {
  11. font: 700 30px/1 Georgia,'Times New Roman',serif;
  12. font-size: 28pt;
  13. letter-spacing: 12px;
  14. border-bottom: 1px solid #ddd;
  15. margin: 0;
  16. text-transform:uppercase;
  17. }
  18. #content-content {
  19. margin-top: 0px;
  20. margin-bottom: 40px;
  21. }
  22. #container {
  23. margin: 5em auto 3em;
  24. width: 700px;
  25. color: #555;
  26. }
  27. #countdown_dashboard {
  28. height: 110px;
  29. display: inline-block;
  30. margin: auto;
  31. }
  32. .dash {
  33. width: 110px;
  34. height: 114px;
  35. background: transparent url('../images/dash.png') 0 0 no-repeat;
  36. float: left;
  37. margin-left: 20px;
  38. position: relative;
  39. }
  40. .dash .digit {
  41. font-weight: bold;
  42. float: left;
  43. width: 55px;
  44. text-align: center;
  45. font: 700 55pt/115% Georgia, 'Times New Roman', serif;
  46. color: #555;
  47. position: relative;
  48. }
  49. .dash_title {
  50. position: absolute;
  51. display: block;
  52. bottom: 0px;
  53. right: 6px;
  54. font-size: 9pt;
  55. color: #555;
  56. text-transform: uppercase;
  57. letter-spacing: 2px;
  58. }
  59. #complete_message {
  60. border: 1px solid #DDD;
  61. border-radius: 10px;
  62. clear: both;
  63. display: none;
  64. line-height: 2;
  65. margin: 2em 1em;
  66. padding: 1em;
  67. }
  68. kbd {
  69. background-color: #DDD;
  70. border-color: #EEE #CCC #CCC #EEE;
  71. border-radius: 4px;
  72. border-style: solid;
  73. border-width: 2px 4px 4px;
  74. font: 700 100% sans-serif;
  75. padding: 2px 5px;
  76. text-shadow: 1px 1px 1px #FFF;
  77. }
  78. #page_reload {
  79. background-color:#ddd;
  80. background-image: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
  81. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd), color-stop(100%,#bbb));
  82. background-image: -webkit-linear-gradient(top, #ddd 0%,#bbb 100%);
  83. background-image: -o-linear-gradient(top, #ddd 0%,#bbb 100%);
  84. background-image: -ms-linear-gradient(top, #dddddd 0%,#bbbbbb 100%);
  85. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#bbbbbb',GradientType=0 );
  86. background-image: linear-gradient(top, #ddd 0%,#bbb 100%);
  87. border: 1px solid #aaa;
  88. border-radius: 4px;
  89. color: #555;
  90. display: block;
  91. font-size: 15pt;
  92. margin: 10px auto 0;
  93. padding: 2px 5px;
  94. text-decoration: none;
  95. text-shadow: 0 1px 1px #efefef, 1px 0 1px #e5e5e5;
  96. width: 50%;
  97. }
  98. #page_reload:hover {
  99. background-color: #bbbbbb;
  100. background-image: -moz-linear-gradient(top, #ddd 0%, #aaa 100%);
  101. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd), color-stop(100%,#aaa));
  102. background-image: -webkit-linear-gradient(top, #ddd 0%,#aaa 100%);
  103. background-image: -o-linear-gradient(top, #ddd 0%,#aaa 100%);
  104. background-image: -ms-linear-gradient(top, #dddddd 0%,#aaaaaa 100%);
  105. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#aaaaaa',GradientType=0 );
  106. background-image: linear-gradient(top, #ddd 0%,#aaa 100%);
  107. }