PageRenderTime 43ms CodeModel.GetById 22ms app.highlight 17ms RepoModel.GetById 0ms app.codeStats 0ms

/samples/scalate-sample/src/main/webapp/css/style.css

http://github.com/scalate/scalate
CSS | 137 lines | 98 code | 13 blank | 26 comment | 0 complexity | 9e63234720966e03f739f908b9689442 MD5 | raw file
  1/**
  2 * Copyright (C) 2009-2011 the original author or authors.
  3 * See the notice.md file distributed with this work for additional
  4 * information regarding copyright ownership.
  5 *
  6 * Licensed under the Apache License, Version 2.0 (the "License");
  7 * you may not use this file except in compliance with the License.
  8 * You may obtain a copy of the License at
  9 *
 10 *     http://www.apache.org/licenses/LICENSE-2.0
 11 *
 12 * Unless required by applicable law or agreed to in writing, software
 13 * distributed under the License is distributed on an "AS IS" BASIS,
 14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 15 * See the License for the specific language governing permissions and
 16 * limitations under the License.
 17 */
 18body, html {
 19    font-family:Arial,Verdana,Helvetica,sans-serif;
 20    color: #666666;
 21}
 22body, html, table, tr, td, tbody {
 23    padding:0;
 24    margin:0;
 25    vertical-align: top;
 26}
 27body {
 28    padding-top: 20px;
 29}
 30
 31h1, h2, h3, h4, h5, h6 {
 32    overflow: visible;
 33    color: #993333;
 34}
 35
 36/*
 37h1 {
 38	margin-top: 0em;
 39    margin-bottom: 2em;
 40}
 41*/
 42
 43p { margin-bottom:0px; }
 44
 45a {
 46	color: #990000;
 47	font-weight:bold;
 48	text-decoration: none;
 49}
 50
 51a:hover {
 52	color: #ff3333;
 53	text-decoration: underline;
 54	}
 55
 56img {
 57	border: none;
 58/*
 59	padding-right:2em
 60*/
 61}
 62
 63.wrapper { min-width: 762px; width: 762px; margin: 0 auto; }
 64
 65#navigation { width: 100%; float: left;
 66    font-family: Helvetica,Verdana,Arial,sans-serif;
 67    background: black;
 68	text-align:center; padding: 8px;
 69    color: #b55;
 70	font-size: 10pt;
 71	font-weight: bold;
 72  position: absolute;
 73    top: 0px;
 74}
 75#navigation a { color: white; }
 76#navigation ul { display: block; margin:0; padding:0; }
 77#navigation li { list-style-type: none; display: inline; margin:0 5px 0 5px;}
 78
 79#overview { width: 100%; padding-top:20px}
 80#overview div.message {
 81    font-size: 11pt;
 82    margin-top: -20px;
 83    padding-left: 120px;
 84    width: 350px;
 85}
 86#overview div.message h1{ margin-bottom: 5px; display:none; }
 87#overview div.message p{ margin-top: 0px; padding-bottom:14px; }
 88
 89#content { width: 100%; float: left; }
 90#content .wrapper { min-width: 700px; width: 700px; margin: 0 auto; padding-top: 1em}
 91#content div.left {
 92  float:left;
 93  width:200px;
 94  text-align:right;
 95  font-size: 18pt;
 96  clear:both;
 97}
 98#content h1 {
 99  font-size: 18pt;
100}
101#content div.right {
102  float:right;
103  width:450px;
104  text-align:left;
105}
106
107#blog { width: 100%; float: left; }
108#blog .wrapper { min-width: 600px; width: 600px; margin: 0 auto; }
109#blog h1 {
110  font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
111  font-size: 18pt; color: #993333;
112}
113#blog h2 {
114  border-bottom: thin dashed #DDD;
115  font-size: 16pt;
116  margin-bottom: 5px;
117}
118#blog div.post p {
119  padding-left: 10px;
120}
121#blog div.post .details {
122  padding-top: 5px;
123  color: #ccc;
124  font-size: 10pt;
125  font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
126}
127
128#content .post h2 {
129  margin-bottom:5px;
130}
131#content .post .details {
132  color: #ccc;
133  font-size: 10pt;
134  font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
135  margin-top:0px;
136}
137