mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-08-31 22:48:56 +00:00
Initial commit
This commit is contained in:
commit
1664d5cfe6
2772 changed files with 600692 additions and 0 deletions
46
drupal7/web/themes/bartik/css/print.css
Normal file
46
drupal7/web/themes/bartik/css/print.css
Normal file
|
@ -0,0 +1,46 @@
|
|||
|
||||
/* ---------- General Layout ---------- */
|
||||
|
||||
body,
|
||||
input,
|
||||
textarea,
|
||||
select {
|
||||
color: #000;
|
||||
background: none;
|
||||
}
|
||||
body.two-sidebars,
|
||||
body.sidebar-first,
|
||||
body.sidebar-second,
|
||||
body {
|
||||
width: 640px;
|
||||
}
|
||||
#sidebar-first,
|
||||
#sidebar-second,
|
||||
.navigation,
|
||||
#toolbar,
|
||||
#footer-wrapper,
|
||||
.tabs,
|
||||
.add-or-remove-shortcuts {
|
||||
display: none;
|
||||
}
|
||||
.one-sidebar #content,
|
||||
.two-sidebars #content {
|
||||
width: 100%;
|
||||
}
|
||||
#triptych-wrapper {
|
||||
width: 960px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
}
|
||||
#triptych-first, #triptych-middle, #triptych-last {
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
/* ---------- Node Pages ---------- */
|
||||
|
||||
#comments .title,
|
||||
#comments form,
|
||||
.comment_forbidden {
|
||||
display: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue