Initial code using Drupal 6.38
This commit is contained in:
commit
4824608a33
467 changed files with 90887 additions and 0 deletions
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;
|
||||
}
|
Reference in a new issue