Inital commit

This commit is contained in:
Tilman
2011-10-26 10:11:42 +02:00
commit c0da376199
888 changed files with 44367 additions and 0 deletions
Binary file not shown.
+151
View File
@@ -0,0 +1,151 @@
/* $Id: common.css,v 1.9 2006/01/20 09:09:18 dries Exp $ */
/*
** HTML elements
*/
a, a:link, a:active {
font-weight: bold;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
body {
margin: 0;
padding: 3em;
font-size: .9em;
line-height: 1.3em;
}
blockquote {
font-style: italic;
}
table {
margin: 0;
padding: .5em;
border-collapse: collapse;
}
code, pre {
font-size: 1em;
}
pre {
font-size: 0.8em;
padding: 1em;
background: #eee;
}
li {
padding-bottom: .3em;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: .25em;
}
h1 {
font-size: 1.3em;
}
h2 {
font-size: 1.2em;
}
h3 {
font-size: 1.1em;
}
h4, h5, h6 {
font-size: 1em;
}
p {
margin: 0 0 .5em 0;
}
br {
line-height: 0.6em;
}
/*
** Page layout blocks / IDs
*/
#header {
margin-bottom: 2em;
}
#help {
font-size: 0.8em;
}
#content {
clear: both;
}
#sidebar-left, #sidebar-right {
vertical-align: top;
padding: 10px;
}
#main {
padding-left: 1em;
padding-right: 1em;
vertical-align: top;
}
#footer {
font-size: 0.8em;
padding-top: 2em;
text-align: center;
}
/*
** Common declarations for child classes of node, comment, block, box etc
*/
.title {
margin: 0 0 .25em 0;
}
.content {
margin: 0 0 .5em 0;
}
.links {
font-size: 0.8em;
line-height: 1.25em;
}
.block {
width: 180px;
}
.messages {
padding: 0.3em;
margin: 0.5em 0em 0.5em 0em;
}
.status {
border: 1px solid #3a3;
color: #3a3;
}
.error, form-item input.error {
border: 1px solid red;
color: red;
}
/*
** Common navigation links added on the admin/themes/settings page
*/
.navlinks {
padding: 0em 0.5em 1.5em 0em;
clear: both;
}
.primary a {
font-size: 1.0em;
padding: 0em 0.5em 0em 0em;
}
.secondary a {
font-size: 0.9em;
padding: 0em 0.5em 0em 0em;
}
/*
** Logo Image Positioning
*/
#header img {
float: left;
padding: 0em 2em .5em 0em;
}
#header {
clear: both;
}
/*
** Module specific styles
*/
.form-item textarea {
font-size: 1em;
}
#aggregator .feed-source {
border: 1px solid gray;
padding: 1em;
}
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

@@ -0,0 +1,118 @@
/* $Id: style.css,v 1.2 2004/08/20 09:34:53 dries Exp $ */
/*
** HTML elements
*/
body {
background: #fff url(druplicon-watermark.png) no-repeat top right;
font-family: arial, helvetica, sans-serif;
}
a:link {
color: #656
}
a:visited {
color: #656
}
a:active {
color: #ccc
}
h2 {
background-color: #eaeaea;
border: solid 1px #777;
font-size: 1.1em;
margin: 0.5em 0em 0.5em 0em;
padding: 0.5em;
}
h2.title {
background-color: #fff;
border: solid 1px #888;
margin-top: 1em;
}
p {
margin: 0 1em 1em 0;
padding: 0;
}
table {
font-size: 1em;
}
/*
** Page layout blocks / IDs
*/
#main {
width: 80%;
}
#header .title {
padding-top: .75em;
}
/*
** Common declarations for child classes of node, comment, block, box etc
*/
.node .submitted {
color: #7c7c7c;
font-size: 0.9em;
float: left;
padding: 0.5em 0em 0.5em 1em;
}
.node .taxonomy {
color: #7c7c7c;
font-size: 0.9em;
float: right;
}
.node .content {
clear: both;
padding-left: 1em;
}
.node .links {
padding: 1em;
}
.comment {
border: solid 1px #777;
margin: 0.5em 0 0.5em 0;
padding: 0.5em;
}
.block {
margin-bottom: 10px;
font-size: 0.9em;
}
.block .content {
border: solid 1px #888;
border-top: none;
margin: 0;
padding: 5px;
}
.block h2.title {
margin: 0;
}
/*
** Module specific styles
*/
.item-list ul li {
list-style-image: url(bullet.png);
}
.calendar .day-today {
background-color: #ccc;
}
.calendar .day-selected {
background-color: #bbb;
}
.calendar .header-month {
background-color: #ddd;
}
.calendar .header-week {
background-color: #ccc;
}
.calendar .day-blank {
background-color: #ddd;
}
.calendar .day-link a {
color: #000;
}
.calendar .row-week {
color: #aaa;
}
.path, .path a, .path a:visited {
color: #888;
}