Initial code using Drupal 6.38
This commit is contained in:
commit
4824608a33
467 changed files with 90887 additions and 0 deletions
BIN
themes/chameleon/marvin/bullet.png
Normal file
BIN
themes/chameleon/marvin/bullet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 210 B |
BIN
themes/chameleon/marvin/druplicon-watermark-rtl.png
Normal file
BIN
themes/chameleon/marvin/druplicon-watermark-rtl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
themes/chameleon/marvin/druplicon-watermark.png
Normal file
BIN
themes/chameleon/marvin/druplicon-watermark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
themes/chameleon/marvin/logo.png
Normal file
BIN
themes/chameleon/marvin/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
13
themes/chameleon/marvin/marvin.info
Normal file
13
themes/chameleon/marvin/marvin.info
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = Marvin
|
||||
description = Boxy tabled theme in all grays.
|
||||
regions[left] = Left sidebar
|
||||
regions[right] = Right sidebar
|
||||
version = VERSION
|
||||
core = 6.x
|
||||
base theme = chameleon
|
||||
|
||||
; Information added by Drupal.org packaging script on 2016-02-24
|
||||
version = "6.38"
|
||||
project = "drupal"
|
||||
datestamp = "1456343372"
|
||||
|
BIN
themes/chameleon/marvin/screenshot.png
Normal file
BIN
themes/chameleon/marvin/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
32
themes/chameleon/marvin/style-rtl.css
Normal file
32
themes/chameleon/marvin/style-rtl.css
Normal file
|
@ -0,0 +1,32 @@
|
|||
|
||||
body {
|
||||
background-image: url(druplicon-watermark-rtl.png);
|
||||
background-position: top left;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 1em 1em;
|
||||
}
|
||||
|
||||
ul.links li {
|
||||
border-left: none;
|
||||
border-right: 1px solid #888;
|
||||
}
|
||||
|
||||
/*
|
||||
** Common declarations for child classes of node, comment, block, box etc
|
||||
*/
|
||||
.node .submitted {
|
||||
float: right;
|
||||
padding: 0.5em 1em 0.5em 0;
|
||||
}
|
||||
.node .taxonomy {
|
||||
float: left;
|
||||
}
|
||||
.node .content {
|
||||
padding-left: 0;
|
||||
padding-right: 1em;
|
||||
}
|
||||
.node .links {
|
||||
padding: 1em 0.2em 1em 0;
|
||||
}
|
123
themes/chameleon/marvin/style.css
Normal file
123
themes/chameleon/marvin/style.css
Normal file
|
@ -0,0 +1,123 @@
|
|||
|
||||
/*
|
||||
** HTML elements
|
||||
*/
|
||||
body {
|
||||
background: #fff url(druplicon-watermark.png) no-repeat top right; /* LTR */
|
||||
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; /* LTR */
|
||||
padding: 0;
|
||||
}
|
||||
table {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
/*
|
||||
** Page layout blocks / IDs
|
||||
*/
|
||||
#main {
|
||||
width: 80%;
|
||||
}
|
||||
#header .title {
|
||||
padding-top: .75em;
|
||||
}
|
||||
#subnavlist {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
ul.links li {
|
||||
border-left: 1px solid #888; /* LTR */
|
||||
}
|
||||
ul.links li.first {
|
||||
border: none;
|
||||
}
|
||||
|
||||
/*
|
||||
** Common declarations for child classes of node, comment, block, box etc
|
||||
*/
|
||||
.node .submitted {
|
||||
color: #7c7c7c;
|
||||
font-size: 0.9em;
|
||||
float: left; /* LTR */
|
||||
padding: 0.5em 0em 0.5em 1em; /* LTR */
|
||||
}
|
||||
.node .taxonomy {
|
||||
color: #7c7c7c;
|
||||
font-size: 0.9em;
|
||||
float: right; /* LTR */
|
||||
}
|
||||
.node .content {
|
||||
clear: both;
|
||||
padding-left: 1em; /* LTR */
|
||||
}
|
||||
.node .links {
|
||||
padding: 1em 0 1em 0.2em; /* LTR */
|
||||
}
|
||||
.comment {
|
||||
border: solid 1px #777;
|
||||
margin: 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;
|
||||
}
|
||||
|
||||
/*
|
||||
** Administration page styles
|
||||
*/
|
||||
div.admin-panel .description {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
div.admin-panel .body {
|
||||
background: #f4f4f4;
|
||||
}
|
||||
|
||||
div.admin-panel h3 {
|
||||
background-color: #888;
|
||||
color: #fff;
|
||||
padding: 5px 8px 5px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
** Module specific styles
|
||||
*/
|
||||
.item-list ul li {
|
||||
list-style-image: url(bullet.png);
|
||||
}
|
||||
.path, .path a, .path a:visited {
|
||||
color: #888;
|
||||
}
|
Reference in a new issue