From: <var...@us...> - 2008-08-22 11:58:45
|
Revision: 6187 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6187&view=rev Author: vargenau Date: 2008-08-22 11:58:56 +0000 (Fri, 22 Aug 2008) Log Message: ----------- Valid CSS Modified Paths: -------------- trunk/themes/MonoBook/commonPrint.css Modified: trunk/themes/MonoBook/commonPrint.css =================================================================== --- trunk/themes/MonoBook/commonPrint.css 2008-08-22 11:50:25 UTC (rev 6186) +++ trunk/themes/MonoBook/commonPrint.css 2008-08-22 11:58:56 UTC (rev 6187) @@ -203,9 +203,9 @@ div.townBox { position:relative; float:right; - background:White; + background:white; margin-left:1em; - border: 1px solid Grey; + border: 1px solid gray; padding:0.3em; width: 200px; overflow: hidden; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-08-08 18:13:35
|
Revision: 7066 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7066&view=rev Author: vargenau Date: 2009-08-08 18:13:23 +0000 (Sat, 08 Aug 2009) Log Message: ----------- CSS3 Paged Media Module directives for printing (used by Prince XML) Modified Paths: -------------- trunk/themes/MonoBook/commonPrint.css Modified: trunk/themes/MonoBook/commonPrint.css =================================================================== --- trunk/themes/MonoBook/commonPrint.css 2009-08-07 08:21:01 UTC (rev 7065) +++ trunk/themes/MonoBook/commonPrint.css 2009-08-08 18:13:23 UTC (rev 7066) @@ -10,6 +10,50 @@ ** Copyright Alexander Limi */ +@page { + size: A4 portrait; + margin: 17mm 10mm 17mm 10mm; +} + +h1 { + string-set: header content(); +} + +@page :left { + @top-left { + content: "Phpwiki"; + } + @top-right { + content: string(header); + } + @bottom-left { + content: "Page " counter(page); + } +} + +@page :right { + @top-left { + content: string(header); + } + @top-right { + content: "Phpwiki"; + } + @bottom-right { + content: "Page " counter(page); + } +} + +@page :first { + @top-right { + content: normal; + } + @top-left { + content: normal; + } +} + +h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } + /* Thanks to A List Apart (http://alistapart.com/) for useful extras */ a.stub, a.new{ color:#ba0000; text-decoration:none; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-08-19 19:11:40
|
Revision: 7068 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7068&view=rev Author: vargenau Date: 2009-08-19 19:11:30 +0000 (Wed, 19 Aug 2009) Log Message: ----------- All footer borders in black. More unprinted items (RecentChanges option box, personal bar) Modified Paths: -------------- trunk/themes/MonoBook/commonPrint.css Modified: trunk/themes/MonoBook/commonPrint.css =================================================================== --- trunk/themes/MonoBook/commonPrint.css 2009-08-19 16:17:03 UTC (rev 7067) +++ trunk/themes/MonoBook/commonPrint.css 2009-08-19 19:11:30 UTC (rev 7068) @@ -142,6 +142,7 @@ padding: 0; } +div#p-personal, div.top, div#column-one, #colophon, @@ -157,6 +158,7 @@ li#pt-login, div#p-logo, div.hint, +fieldset.wiki-rc-action, span.debug { /* Hides all the elements irrelevant for printing */ display: none; @@ -175,7 +177,7 @@ text-align: left; } #footer { - border-top: 1px solid black; + border: 1px solid black; } h1, h2, h3, h4, h5, h6 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-09-13 11:33:22
|
Revision: 7113 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7113&view=rev Author: vargenau Date: 2009-09-13 11:33:12 +0000 (Sun, 13 Sep 2009) Log Message: ----------- Page XX of YY Modified Paths: -------------- trunk/themes/MonoBook/commonPrint.css Modified: trunk/themes/MonoBook/commonPrint.css =================================================================== --- trunk/themes/MonoBook/commonPrint.css 2009-09-12 04:47:01 UTC (rev 7112) +++ trunk/themes/MonoBook/commonPrint.css 2009-09-13 11:33:12 UTC (rev 7113) @@ -27,7 +27,7 @@ content: string(header); } @bottom-left { - content: "Page " counter(page); + content: "Page " counter(page) " of " counter(pages); } } @@ -39,7 +39,7 @@ content: "Phpwiki"; } @bottom-right { - content: "Page " counter(page); + content: "Page " counter(page) " of " counter(pages); } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ru...@us...> - 2009-09-16 14:07:52
|
Revision: 7131 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7131&view=rev Author: rurban Date: 2009-09-16 14:07:45 +0000 (Wed, 16 Sep 2009) Log Message: ----------- remove scrollbar from printable pre's Modified Paths: -------------- trunk/themes/MonoBook/commonPrint.css Modified: trunk/themes/MonoBook/commonPrint.css =================================================================== --- trunk/themes/MonoBook/commonPrint.css 2009-09-16 13:52:46 UTC (rev 7130) +++ trunk/themes/MonoBook/commonPrint.css 2009-09-16 14:07:45 UTC (rev 7131) @@ -201,7 +201,7 @@ white-space: pre; font-size: 8pt; overflow: auto; - padding: 1em 0; + padding: 0; } table.listing, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-10-05 16:59:35
|
Revision: 7183 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7183&view=rev Author: vargenau Date: 2009-10-05 16:59:27 +0000 (Mon, 05 Oct 2009) Log Message: ----------- Print page numbers in table of contents (Prince XML) Modified Paths: -------------- trunk/themes/MonoBook/commonPrint.css Modified: trunk/themes/MonoBook/commonPrint.css =================================================================== --- trunk/themes/MonoBook/commonPrint.css 2009-10-05 16:53:43 UTC (rev 7182) +++ trunk/themes/MonoBook/commonPrint.css 2009-10-05 16:59:27 UTC (rev 7183) @@ -81,6 +81,10 @@ font-size: smaller; } +div.toclist a::after { + content: leader('.') target-counter(attr(href), page); +} + /* images */ div.floatright { float: right; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-03-10 13:09:48
|
Revision: 7991 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7991&view=rev Author: vargenau Date: 2011-03-10 13:09:42 +0000 (Thu, 10 Mar 2011) Log Message: ----------- border-style Modified Paths: -------------- trunk/themes/MonoBook/commonPrint.css Modified: trunk/themes/MonoBook/commonPrint.css =================================================================== --- trunk/themes/MonoBook/commonPrint.css 2011-03-10 13:04:46 UTC (rev 7990) +++ trunk/themes/MonoBook/commonPrint.css 2011-03-10 13:09:42 UTC (rev 7991) @@ -179,7 +179,7 @@ #content { background: none; - border: none ! important; + border-style: none ! important; font-size: 11pt; padding: 0 ! important; margin: 0 ! important; @@ -220,7 +220,7 @@ a:link, a:visited { color: #520; - background: transparent; + background-color: transparent; text-decoration: underline; } /* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-12-29 10:34:34
|
Revision: 8700 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8700&view=rev Author: vargenau Date: 2012-12-29 10:34:26 +0000 (Sat, 29 Dec 2012) Log Message: ----------- Optimize border Modified Paths: -------------- trunk/themes/MonoBook/commonPrint.css Modified: trunk/themes/MonoBook/commonPrint.css =================================================================== --- trunk/themes/MonoBook/commonPrint.css 2012-12-29 10:16:49 UTC (rev 8699) +++ trunk/themes/MonoBook/commonPrint.css 2012-12-29 10:34:26 UTC (rev 8700) @@ -96,7 +96,7 @@ float: right; margin: 0; position: relative; - border: 0.5em solid White; + border: solid white; border-width: 0.5em 0 0.8em 1.4em; } @@ -108,7 +108,7 @@ float: left; margin: 0.3em 0.5em 0.5em 0; position: relative; - border: 0.5em solid White; + border: solid white; border-width: 0.5em 1.4em 0.8em 0; } @@ -119,8 +119,7 @@ /* thumbnails */ div.thumb { margin-bottom: 0.5em; - border-style: solid; - border-color: White; + border: solid white; width: auto; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2015-01-28 16:04:55
|
Revision: 9495 http://sourceforge.net/p/phpwiki/code/9495 Author: vargenau Date: 2015-01-28 16:04:43 +0000 (Wed, 28 Jan 2015) Log Message: ----------- Better print style sheet for MonoBook Modified Paths: -------------- trunk/themes/MonoBook/commonPrint.css Modified: trunk/themes/MonoBook/commonPrint.css =================================================================== --- trunk/themes/MonoBook/commonPrint.css 2015-01-27 10:47:46 UTC (rev 9494) +++ trunk/themes/MonoBook/commonPrint.css 2015-01-28 16:04:43 UTC (rev 9495) @@ -182,9 +182,7 @@ .toctoggle, div#f-poweredbyico, div#f-copyrightico, -li#f-viewcount, -li#f-about, -li#f-disclaimer, +ul#f-list, div#xhtml-validator, li#pt-logout, li#pt-login, @@ -210,7 +208,7 @@ } #footer { - border: 1px solid black; + border: none; } h1, h2, h3, h4, h5, h6 { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |