print.css |
file |
drupal/themes/bartik/css/print.css |
/* ---------- General Layout ---------- */
body,
input,
textarea,
select {
color: #000;
background: none;
}
body.two-sidebars,
body.sidebar-first,
body.sidebar-second,
body {
width:… |
print.css |
file |
drupal/misc/print.css |
body {
margin: 1em;
background-color: #fff;
}
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 {
… |
print.css |
file |
drupal/themes/garland/print.css |
body,
input,
textarea,
select {
color: #000;
background: none;
font-family: Verdana, sans-serif;
font-size: 11pt;
}
ul.main-menu,
ul.secondary-menu,
#header-region,
.sidebar {
display:… |
common_test.print.css |
file |
drupal/modules/simpletest/tests/common_test.print.css |
/* This file is for testing CSS file inclusion, no contents are necessary. */ |