Now all modules are in core modules folder
This commit is contained in:
parent
5ba1cdfa0b
commit
05b6a91b0c
1907 changed files with 0 additions and 0 deletions
12
modules/print/css/print-rtl.css
Normal file
12
modules/print/css/print-rtl.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
body {
|
||||
direction: rtl;
|
||||
}
|
||||
th {
|
||||
text-align: right;
|
||||
}
|
||||
.print-links,
|
||||
.print-source_url,
|
||||
.print-taxonomy {
|
||||
text-align: left;
|
||||
}
|
59
modules/print/css/print.css
Normal file
59
modules/print/css/print.css
Normal file
|
@ -0,0 +1,59 @@
|
|||
|
||||
body {
|
||||
margin: 1em;
|
||||
background-color: #fff;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
th {
|
||||
text-align: left; /* LTR */
|
||||
color: #006;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
tr.odd {
|
||||
background-color: #ddd;
|
||||
}
|
||||
tr.even {
|
||||
background-color: #fff;
|
||||
}
|
||||
td {
|
||||
padding: 5px;
|
||||
}
|
||||
#menu {
|
||||
visibility: hidden;
|
||||
}
|
||||
#main {
|
||||
margin: 1em;
|
||||
}
|
||||
a:link {color: #000;}
|
||||
a:visited {color: #000;}
|
||||
a:hover {color: #00f;}
|
||||
a:link img, a:visited img {border: 0;}
|
||||
.print-footnote {font-size: xx-small;}
|
||||
img.print-logo {border: 0;}
|
||||
.print-site_name {}
|
||||
.print-breadcrumb {font-size: x-small;}
|
||||
.print-title {}
|
||||
.print-submitted {font-size: small;}
|
||||
.print-created {font-size: small;}
|
||||
.print-taxonomy {
|
||||
text-align: right;
|
||||
}
|
||||
.print-taxonomy li {display: inline;}
|
||||
.print-content {}
|
||||
.print-hr {
|
||||
border: 0;
|
||||
height: 1px;
|
||||
width: 100%;
|
||||
color: #9E9E9E;
|
||||
background-color: #9E9E9E;
|
||||
}
|
||||
.print-source-and-links {
|
||||
page-break-before: always;
|
||||
}
|
||||
.print-message {
|
||||
border: medium dotted blue;
|
||||
padding: 1em;
|
||||
}
|
||||
.print-source_url {font-size: small; margin-bottom: 1em;}
|
||||
.print-links {font-size: small;}
|
||||
.print-footer {text-align: center;}
|
27
modules/print/css/printlinks-rtl.css
Normal file
27
modules/print/css/printlinks-rtl.css
Normal file
|
@ -0,0 +1,27 @@
|
|||
|
||||
.print-link {
|
||||
/* Use these for links above the content */
|
||||
text-align: left;
|
||||
/* Use these for links in a corner of the content */
|
||||
/*
|
||||
float:left;
|
||||
*/
|
||||
}
|
||||
|
||||
.print_html, .print_mail, .print_pdf {
|
||||
margin-left: 0;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.print-syslink {
|
||||
margin-right: 0;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
img.print-icon-margin {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
label.printmail-label {
|
||||
float: right;
|
||||
}
|
38
modules/print/css/printlinks.css
Normal file
38
modules/print/css/printlinks.css
Normal file
|
@ -0,0 +1,38 @@
|
|||
|
||||
.print-link {
|
||||
/* Use these for links above the content */
|
||||
display: block;
|
||||
text-align: right;
|
||||
padding-bottom: 0.5em;
|
||||
/* Use these for links in a corner of the content */
|
||||
/*
|
||||
position:relative;
|
||||
bottom: 0.5em;
|
||||
float:right;
|
||||
*/
|
||||
}
|
||||
|
||||
div#block-print-0 span {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.print_html, .print_mail, .print_pdf {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.print-syslink {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
img.print-icon {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
img.print-icon-margin {
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
label.printmail-label {
|
||||
width: 175px;
|
||||
float: left;
|
||||
}
|
Reference in a new issue