Skip to content
Snippets Groups Projects
Commit 8e09e19a authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #231115 by Stefan: various Garland clean-ups.

parent 05622cf2
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
/* $Id$ */
/**
* Garland, for Drupal 7.0
* Stefan Nagtegaal, robuustdesign [dot] nl
* Steven Wittens, acko [dot] net
*/
body {
/* Center layout */
text-align: center;
/* Allow text resizing */
font-size: 80%;
}
#squeeze {
......
/* $Id$ */
/**
* Garland, for Drupal 5.0
* Stefan Nagtegaal, iStyledThis [dot] nl
* Garland, for Drupal 7.0
* Stefan Nagtegaal, robuustdesign [dot] nl
* Steven Wittens, acko [dot] net
*/
body {
/* Center layout */
text-align: center;
/* Allow text resizing */
font-size: 80%;
}
#header-region, #wrapper #container {
......
/* $Id$ */
/**
* Minnelli, for Drupal 5.0
* Stefan Nagtegaal, iStyledThis [dot] nl
* Minnelli, for Drupal 7.0
* Stefan Nagtegaal, robuustdesign [dot] nl
* Steven Wittens, acko [dot] net
*/
......
......@@ -12,6 +12,8 @@
body, input, textarea, select {
color: #000;
background: none;
font-family: Verdana, sans-serif;
font-size: 11pt;
}
ul.primary-links, ul.secondary-links,
......@@ -19,7 +21,7 @@ ul.primary-links, ul.secondary-links,
display: none;
}
body.sidebars, body.sideber-left, body.sidebar-right, body {
body.sidebars, body.sidebar-left, body.sidebar-right, body {
width: 640px;
}
......
/* $Id$ */
/**
* Garland, for Drupal 7.0
* Stefan Nagtegaal, robuustdesign [dot] nl
* Steven Wittens, acko [dot] net
*/
html {
direction: rtl;
}
......@@ -30,7 +36,7 @@ ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
ul li, ul.menu li, .item-list ul li, li.leaf {
padding: 0 1.5em .2em 0;
background: transparent url("images/menu-leaf.gif") no-repeat 100% .35em;
background: transparent url("images/menu-leaf.gif") no-repeat 100% .5em;
}
ol li {
......@@ -43,7 +49,7 @@ ul li.expanded {
}
ul li.collapsed {
background: transparent url("images/menu-collapsed-rtl.gif") no-repeat 100% .35em;
background: transparent url("images/menu-collapsed-rtl.gif") no-repeat 100% .4em;
}
ul.inline li {
......@@ -83,6 +89,10 @@ dl dd {
margin: 0 1.5em .5em 0;
}
.messages li {
padding: 0 1.3 0 0;
}
.form-button, .form-submit {
margin: 2em 0 1em 0.5em;
}
......
/* $Id$ */
/**
* Garland, for Drupal 5.0
* Stefan Nagtegaal, iStyledThis [dot] nl
* Garland, for Drupal 7.0
* Stefan Nagtegaal, robuustdesign [dot] nl
* Steven Wittens, acko [dot] net`
*
* If you use a customized color scheme, you must regenerate it after
......@@ -16,17 +16,17 @@ body {
margin: 0;
padding: 0;
background: #edf5fa;
font: 12px/170% Verdana, sans-serif;
font: 76%/170% Verdana, sans-serif;
color: #494949;
}
input {
font: 12px/100% Verdana, sans-serif;
font: 1em/100% Verdana, sans-serif;
color: #494949;
}
textarea, select {
font: 12px/160% Verdana, sans-serif;
font: 1em/160% Verdana, sans-serif;
color: #494949;
}
......@@ -124,7 +124,7 @@ ul li, ul.menu li, .item-list ul li, li.leaf {
padding: 0 0 .2em 1.5em;
list-style-type: none;
list-style-image: none;
background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */
background: transparent url(images/menu-leaf.gif) no-repeat 1px .5em; /* LTR */
}
ol li {
......@@ -137,7 +137,7 @@ ul li.expanded {
}
ul li.collapsed {
background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
background: transparent url(images/menu-collapsed.gif) no-repeat 0px .4em; /* LTR */
}
ul li.leaf a, ul li.expanded a, ul li.collapsed a {
......@@ -265,15 +265,25 @@ span.submitted, .description {
color: #898989;
}
.messages, .preview {
.preview {
margin: .75em 0 .75em;
padding: .5em 1em;
}
.messages {
margin: .75em 0 .75em;
padding: .1em .5em .15em;
}
.messages ul {
margin: 0;
}
.messages li {
margin: 0;
padding: 0 0 0 1.3em; /* LTR */
}
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
margin: 0.25em 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment