Initial code using Drupal 6.38
This commit is contained in:
commit
4824608a33
467 changed files with 90887 additions and 0 deletions
36
themes/bluemarine/style-rtl.css
Normal file
36
themes/bluemarine/style-rtl.css
Normal file
|
@ -0,0 +1,36 @@
|
|||
body {
|
||||
direction: rtl;
|
||||
}
|
||||
#logo img {
|
||||
float: right;
|
||||
}
|
||||
#menu {
|
||||
padding: 0.5em 0.5em 0 0.5em;
|
||||
text-align: left;
|
||||
}
|
||||
#navlist {
|
||||
padding: 0 0 1.2em 0.8em;
|
||||
}
|
||||
#subnavlist {
|
||||
padding: 0.5em 0 0.4em 1.2em;
|
||||
}
|
||||
ul.links li {
|
||||
border-right: 1px solid #9cf;
|
||||
border-left: none;
|
||||
}
|
||||
.block, .box {
|
||||
padding: 0 1.5em 0 0;
|
||||
}
|
||||
.node .taxonomy {
|
||||
padding-right: 1.5em;
|
||||
}
|
||||
.node .picture {
|
||||
float: left;
|
||||
}
|
||||
.comment .new {
|
||||
text-align: left;
|
||||
float: left;
|
||||
}
|
||||
.comment .picture {
|
||||
float: left;
|
||||
}
|
Reference in a new issue