You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
122 lines
2.2 KiB
122 lines
2.2 KiB
body {
|
|
font-family: Arial,helvetica,sans-serif;
|
|
}
|
|
|
|
img {
|
|
float: left;
|
|
}
|
|
|
|
img#logo {
|
|
margin: 30px;
|
|
}
|
|
|
|
article img {
|
|
margin-right: 15px;
|
|
}
|
|
|
|
section#middle {
|
|
float: left;
|
|
width: 600px;
|
|
}
|
|
|
|
#datum {
|
|
height: 30px;
|
|
font-size: 11px;
|
|
line-height: 28px;
|
|
color: #05054c;
|
|
border-top: 1px dotted black;
|
|
border-bottom: 1px dotted black;
|
|
margin-bottom: 10px;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#category {
|
|
height: 24px;
|
|
line-height: 24px;
|
|
color: white;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
padding-left: 5px;
|
|
|
|
background-image: -webkit-gradient(
|
|
linear,
|
|
left top,
|
|
left bottom,
|
|
color-stop(0, #98C4E5),
|
|
color-stop(1, #7AA2C1)
|
|
);
|
|
background-image: -o-linear-gradient(bottom, #98C4E5 0%, #7AA2C1 100%);
|
|
background-image: -moz-linear-gradient(bottom, #98C4E5 0%, #7AA2C1 100%);
|
|
background-image: -webkit-linear-gradient(bottom, #98C4E5 0%, #7AA2C1 100%);
|
|
background-image: -ms-linear-gradient(bottom, #98C4E5 0%, #7AA2C1 100%);
|
|
background-image: linear-gradient(to bottom, #98C4E5 0%, #7AA2C1 100%);
|
|
}
|
|
|
|
textarea {
|
|
width: 60%;
|
|
height: 100px;
|
|
}
|
|
|
|
article {
|
|
background-color: #eaf0fa;
|
|
margin-top: 5px;
|
|
padding: 5px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
#published, #update {
|
|
color: #445774;
|
|
line-height: 1.5em;
|
|
font-size: 10px;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 30px;
|
|
color: #020051;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
h2.summary {
|
|
font-size: 13px;
|
|
line-height: 18px;
|
|
color: rgb(68, 87, 117);
|
|
}
|
|
|
|
p {
|
|
color: rgb(2, 0, 81);
|
|
font-size: 13px;
|
|
line-height: 18px;
|
|
padding-bottom: 10px;
|
|
}
|
|
a {
|
|
color: rgb(2, 0, 81);
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.comment {
|
|
border: 1px solid rgb(217, 226, 240);
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.comment-header {
|
|
background-color: rgb(217, 226, 240);
|
|
color: rgb(71, 91, 117);
|
|
font-size: 11px;
|
|
padding: 2px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.comment-header .author {
|
|
color: rgb(57, 73, 95);
|
|
font-weight: bold;
|
|
}
|
|
|
|
.comment p {
|
|
margin: 0;
|
|
padding: 10px;
|
|
}
|
|
|
|
#admincheck {
|
|
margin-top: 20px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|