web/html/docs/translation-quick-start-guide/pl/Common_Content/css print.css, NONE, 1.1 common.css, 1.1, 1.2

Piotr Drąg raven at fedoraproject.org
Wed Apr 28 13:49:15 UTC 2010


Author: raven

Update of /cvs/fedora/web/html/docs/translation-quick-start-guide/pl/Common_Content/css
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31642/Common_Content/css

Modified Files:
	common.css 
Added Files:
	print.css 
Log Message:
Update pl


--- NEW FILE print.css ---
@import url("common.css");
@import url("overrides.css");
@import url("lang.css");

#tocframe {
	display: none;
}

body.toc_embeded {
	margin-left: 30px;
}

.producttitle {
	color: #336699;
}



Index: common.css
===================================================================
RCS file: /cvs/fedora/web/html/docs/translation-quick-start-guide/pl/Common_Content/css/common.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- common.css	22 Jul 2009 08:26:37 -0000	1.1
+++ common.css	28 Apr 2010 13:48:44 -0000	1.2
@@ -16,7 +16,7 @@
 	margin-left: 300px;
 }
 
-object.toc {
+object.toc, iframe.toc {
 	/*for web hosting system only*/
 	border-style:none;
 	position:fixed;
@@ -127,12 +127,16 @@
 	text-align:center;
 }
 
+.set .titlepage > div > div > h1.title {
+	text-align:center;
+}
+
 .producttitle {
 	margin-top: 0em;
 	margin-bottom: 0em;
 	font-size: 3.0em;
 	font-weight: bold;
-	background: #336699 url(../images/h1-bg.png) top left repeat;
+	background: #003d6e url(../images/h1-bg.png) top left repeat-x;
 	color: white;
 	text-align: center;
 	padding: 0.7em;
@@ -469,73 +473,95 @@
 	font-weight:bold;
 }
 
-.package {
-	font-style:italic;
-}
-
 /* inline syntax highlighting */
+.perl_Alert {
+	color: #0000ff;
+}
 
-/* inline syntax highlighting */
-.hl-keyword {
-	color: #002F5D;
+.perl_BaseN {
+	color: #007f00;
 }
 
-.hl-string {
+.perl_BString {
 	color: #5C3566;
 }
 
-.hl-comment {
+.perl_Char {
+	color: #ff00ff;
+}
+
+.perl_Comment {
 	color: #FF00FF;
 }
 
-.hl-tag {
-	color: #A62C2C;
-	font-weight:bold;
+
+.perl_DataType {
+	color: #0000ff;
+}
+
+
+.perl_DecVal {
+	color: #00007f;
+}
+
+
+.perl_Error {
+	color: #ff0000;
+}
+
+
+.perl_Float {
+	color: #00007f;
 }
 
-.hl-attribute {
-	color: #a70000;
+
+.perl_Function {
+	color: #007f00;
 }
 
-.hl-value {
+
+.perl_IString {
 	color: #5C3566;
 }
 
-.hl-html {
+
+.perl_Keyword {
 	color: #002F5D;
 }
 
-.hl-xslt {
-	color: #00774B;
+
+.perl_Operator {
+	color: #ffa500;
 }
 
-.hl-section {
-	color: #00774B;
+
+.perl_Others {
+	color: #b03060;
 }
 
-.hl-directive {
-	color: #4E9A06;
 
+.perl_RegionMarker {
+	color: #96b9ff;
 }
 
-.hl-doctype {
-	color: #CE5C00;
 
+.perl_Reserved {
+	color: #9b30ff;
 }
 
-.hl-annotation {
-	color: #CE5C00;
 
+.perl_String {
+	color: #5C3566;
 }
 
-.hl-number {
-	color: #CE5C00;
 
+.perl_Variable {
+	color: #0000ff;
 }
 
-.hl-doccomment {
-	color: #CE5C00;
 
+.perl_Warning {
+	color: #0000ff;
 }
 
 /*Lists*/
@@ -555,6 +581,14 @@
 	list-style-type: decimal;
 }
 
+ol ol {
+	list-style-type: lower-alpha;
+}
+
+ol.arabic {
+	list-style-type: decimal;
+}
+
 ol.loweralpha {
 	list-style-type: lower-alpha;
 }
@@ -647,11 +681,8 @@
 	color:#444;
 }
 
-pre, code, .guibutton, .keycap, .guilabel {
+.guibutton, .guilabel {
 	font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
-}
-
-.guibutton, .keycap, .guilabel {
 	font-weight:bold;
 	white-space:nowrap;
 }
@@ -665,10 +696,9 @@
 
 /*terminal/console text*/
 .computeroutput, 
-.citetitle, 
-.replaceable, 
 .option {
 	font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
+	font-weight:bold;
 }
 
 .replaceable {
@@ -681,6 +711,11 @@
 	font-weight:bold;
 }
 
+/* no bold in toc */
+.toc * {
+	font-weight: inherit;
+}
+
 pre {
 	font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
 	display:block;
@@ -692,6 +727,7 @@
 	white-space: -pre-wrap; /* Opera 4-6 */
 	white-space: -o-pre-wrap; /* Opera 7 */
 	word-wrap: break-word; /* Internet Explorer 5.5+ */
+	font-size: 0.9em;
 }
 
 pre .replaceable, 
@@ -700,7 +736,18 @@
 }
 
 code {
+	font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
 	white-space: nowrap;
+	font-weight:bold;
+}
+
+.parameter code {
+	display: inline;
+	white-space: pre-wrap; /* css-3 */
+	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
+	white-space: -pre-wrap; /* Opera 4-6 */
+	white-space: -o-pre-wrap; /* Opera 7 */
+	word-wrap: break-word; /* Internet Explorer 5.5+ */
 }
 
 /*Notifications*/
@@ -830,6 +877,10 @@
 	border-collapse:collapse;
 }
 
+table.simplelist, .calloutlist table {
+	border-style: none;
+}
+
 table th {
 	text-align:left;
 	background-color:#6699cc;
@@ -951,31 +1002,6 @@
 	color:#333;
 }
 
-/*status*/
-.alpha1 {
-	background: white url(../images/watermark-alpha1.png) top left repeat;
-}
-
-.alpha2 {
-	background: white url(../images/watermark-alpha2.png) top left repeat;
-}
-
-.beta1 {
-	background: white url(../images/watermark-beta1.png) top left repeat;
-}
-
-.beta2 {
-	background: white url(../images/watermark-beta2.png) top left repeat;
-}
-
-.pre-release-candidate {
-	background: white url(../images/watermark-pre-release-candidate.png) top left repeat;
-}
-
-.release-candidate {
-	background: white url(../images/watermark-release-candidate.png) top left repeat;
-}
-
 /*index*/
 .glossary h3, 
 .index h3 {
@@ -1346,17 +1372,21 @@
 /* Dirty EVIL Mozilla hack for round corners */
 pre {
 	-moz-border-radius:11px;
+	-webkit-border-radius:11px;
+	border-radius: 11px;
 }
 
 .example {
 	-moz-border-radius:15px;
+	-webkit-border-radius:15px;
+	border-radius: 15px;
 }
 
 .term{
 	color:#336699;
 }
 
-.package {
+.package, .citetitle {
 	font-style: italic;
 }
 
@@ -1423,3 +1453,25 @@
 	margin-bottom: 0em;
 	margin-top: 1em;
 }
+
+
+.strikethrough {
+	text-decoration: line-through;
+}
+
+.underline {
+	text-decoration: underline;
+}
+
+.calloutlist img, .callout {
+	padding: 0em;
+	margin: 0em;
+	width: 12pt;
+	display: inline;
+}
+
+.stepalternatives {
+	list-style-image: none;
+	list-style-type: none;
+}
+



More information about the docs-commits mailing list