print.css
Same filename in this branch
Same filename in other branches
- 9 core/misc/print.css
- 9 core/themes/stable9/css/core/print.css
- 9 core/themes/seven/css/base/print.css
- 9 core/themes/claro/css/base/print.css
- 9 core/themes/bartik/css/print.css
- 9 core/themes/stable/css/core/print.css
- 8.9.x core/misc/print.css
- 8.9.x core/themes/seven/css/base/print.css
- 8.9.x core/themes/claro/css/base/print.css
- 8.9.x core/themes/bartik/css/print.css
- 8.9.x core/themes/stable/css/core/print.css
- 10 core/misc/print.css
- 10 core/themes/stable9/css/core/print.css
- 10 core/themes/claro/css/base/print.css
- 11.x core/misc/print.css
- 11.x core/themes/stable9/css/core/print.css
- 11.x core/themes/claro/css/base/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: none; } body.two-sidebars, body.sidebar-first, body.sidebar-second, body { width: 640px; } body.sidebar-first #center, body.sidebar-second #center, body.two-sidebars #center, body.sidebar-first #squeeze, body.sidebar-second #squeeze, body.two-sidebars #squeeze { margin: 0; } #wrapper, #wrapper #container .breadcrumb, #wrapper #container #center, #wrapper #container #center .right-corner, #wrapper #container #center .right-corner .left-corner, #wrapper #container #footer, #wrapper #container #center #squeeze { position: static; left: 0; padding: 0; margin: 0; width: auto; float: none; clear: both; background: none; } #wrapper #container #header { height: 130px; } #wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited { text-shadow: none; color: #000; }
File
-
themes/
garland/ print.css
View source
-
- 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: none;
- }
-
- body.two-sidebars,
- body.sidebar-first,
- body.sidebar-second,
- body {
- width: 640px;
- }
-
- body.sidebar-first #center,
- body.sidebar-second #center,
- body.two-sidebars #center,
- body.sidebar-first #squeeze,
- body.sidebar-second #squeeze,
- body.two-sidebars #squeeze {
- margin: 0;
- }
-
- #wrapper,
- #wrapper #container .breadcrumb,
- #wrapper #container #center,
- #wrapper #container #center .right-corner,
- #wrapper #container #center .right-corner .left-corner,
- #wrapper #container #footer,
- #wrapper #container #center #squeeze {
- position: static;
- left: 0;
- padding: 0;
- margin: 0;
- width: auto;
- float: none;
- clear: both;
- background: none;
- }
-
- #wrapper #container #header {
- height: 130px;
- }
-
- #wrapper #container #header h1,
- #wrapper #container #header h1 a:link,
- #wrapper #container #header h1 a:visited {
- text-shadow: none;
- color: #000;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.