Author: david
Date: Mon Sep 26 09:48:22 2011
New Revision: 9816
Log:
Split up generic print css and print css specific to sfCaribou
Added:
trunk/plugins/sfCaribouPlugin/css/print.css
- copied, changed from r9814, trunk/css/print.css
Modified:
trunk/css/print.css
Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Mon Sep 26 09:32:47 2011 (r9815)
+++ trunk/css/print.css Mon Sep 26 09:48:22 2011 (r9816)
@@ -21,8 +21,6 @@
body
{
- /* Reset */
-
margin: 0;
width: auto;
}
@@ -32,11 +30,14 @@
textarea,
select
{
- /* Reset font */
-
font: 12pt/12pt "Times New Roman", serif;
}
+#content
+{
+ width: 100%;
+}
+
h1
{
prince-bookmark-level: none;
@@ -51,103 +52,3 @@
{
page-break-after: avoid;
}
-
-thead th
-{
- border: 0;
- border-bottom: medium solid;
-}
-
-thead th,
-.field > h3,
-.label,
-.sidebar > .section > div > h2,
-.sidebar > .section > div > h3
-{
- background: transparent;
- color: #000;
-}
-
-.actions,
-.itemsPerPage,
-.pager,
-#footer,
-#header,
-#navigation
-{
- display: none;
-}
-
-.label
-{
- string-set: label content();
-}
-
-#content
-{
- width: 100%;
-}
-
-#main
-{
- /* Reset */
-
- margin: 0;
-}
-
-#page
-{
- /* Header hidden */
-
- padding: 0;
-
- /* Reset */
-
- width: auto;
-}
-
-#site-name
-{
- string-set: site-name content();
-}
-
-.section.search,
-.section.browse,
-.column.sidebar
-{
- /* Hide */
-
- display: none;
-}
-
-tr.odd,
-tr.info
-{
- /* Reset */
-
- background-color: #FFF;
-}
-
-tr.even,
-tr.odd
-{
- /* Reset */
-
- border-bottom: 1px solid #CCC;
-}
-
-ul, li.leaf
-{
- list-style-image: none;
-}
-
-ol li,
-ul li,
-ul.menu li,
-.item-list ul li,
-ul li,
-li.leaf
-{
- /* Reset */
- margin: 0;
-}
Copied and modified: trunk/plugins/sfCaribouPlugin/css/print.css (from r9814,
trunk/css/print.css)
==============================================================================
--- trunk/css/print.css Fri Sep 23 17:52:47 2011 (r9814, copy source)
+++ trunk/plugins/sfCaribouPlugin/css/print.css Mon Sep 26 09:48:22 2011
(r9816)
@@ -1,57 +1,3 @@
-@page
-{
- font-size: 9pt;
-
- @bottom
- {
- content: string(site-name);
- }
-
- @top
- {
- content: string(label);
- }
-}
-
-a:link,
-a:visited
-{
- text-decoration: underline;
-}
-
-body
-{
- /* Reset */
-
- margin: 0;
- width: auto;
-}
-
-body,
-input,
-textarea,
-select
-{
- /* Reset font */
-
- font: 12pt/12pt "Times New Roman", serif;
-}
-
-h1
-{
- prince-bookmark-level: none;
-}
-
-h1,
-h2,
-h3,
-h4,
-h5,
-h6
-{
- page-break-after: avoid;
-}
-
thead th
{
border: 0;
@@ -83,11 +29,6 @@
string-set: label content();
}
-#content
-{
- width: 100%;
-}
-
#main
{
/* Reset */
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.