tvl-depot/res/blogstyle.css

149 lines
2 KiB
CSS
Raw Normal View History

2012-02-22 22:03:31 +01:00
@charset "UTF-8";
/* CSS Document */
@font-face {
font-family: 'PT Sans';
font-style: normal;
font-weight: normal;
src: local('PT Sans'), local('PTSans-Regular'), url('http://themes.googleusercontent.com/static/fonts/ptsans/v2/7YGmE4Ls5b94ct65u07hVQLUuEpTyoUstqEm5AMlJo4.woff') format('woff');
}
html, body{
margin: 0;
padding: 0;
}
2012-02-22 22:03:31 +01:00
body {
padding-top: 10px;
2012-02-22 22:03:31 +01:00
font-family: 'PT Sans', sans-serif;
2012-03-19 00:08:27 +01:00
min-height: 850px;
background-color: #4A525A;
color: #EEE;
2012-02-22 22:03:31 +01:00
}
a {
color: black;
2012-02-22 22:03:31 +01:00
}
input, textarea, select {
border: 1px solid #555;
padding: 0.5em;
font-size: 15px;
line-height: 1.2em;
width: 550px;
background: #F9F9F9;
-webkit-border-radius: 0.5em;
}
/* site sections */
.header {
z-index: 4;
padding-left: 20px;
padding-bottom: 70px;
padding-top: 30px;
position: relative;
box-shadow: 0 6px 5px 1px #848F9A;
2012-02-22 22:03:31 +01:00
}
.link {
color: #EEE;
2012-02-22 22:03:31 +01:00
}
.middle {
position: relative;
z-index: 2;
display: block;
width: 100%;
padding-top: 40px;
background-color: #EEE;
color: black;
}
.footer {
z-index: 4;
position: relative;
background-color: #4A525A;
margin-top: 30px;
padding-top: 20px;
box-shadow: 0 -6px 5px 1px #848F9A;
color: #EEE;
}
/* header elements */
.btitle {
text-decoration:none;
color: #EEE;
font-size:x-large;
font-weight:bold;
margin-top: 15px;
margin-bottom: 10px;
}
.contacts {
float: left;
}
.righttext {
float:right;
padding-right: 20px;
2012-02-22 22:03:31 +01:00
}
.rightbox {
text-align:right;
padding-right: 14px;
}
/* middle elements */
.innerTitle {
margin-left: 10px;
font-weight: bold;
}
.innerBoxComments{
margin-left: 10px;
}
.innerContainer {
padding-right: 20px;
}
/* common elements */
.centerbox {
text-align:center;
min-height: 45px;
}
/* style elements */
.cInput {
margin-left: 15px;
2012-02-22 22:03:31 +01:00
}
2012-02-24 00:03:16 +01:00
.tt {
font-family: "courier new",courier,monospace;
font-size: 13px;
}
.cl {
text-decoration:none;color:black;
}
2012-03-06 00:50:53 +01:00
.cHead {
font-size:large;
font-weight:bold;
}
2012-03-18 23:47:13 +01:00
.notFoundFace {
text-align: center;
font-size: 100px;
}
.notFoundText {
text-align: center;
font-size: 24px;
font-weight: bold;
}