aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2010-12-21 08:30:42 +0100
committerStefan Kangas <stefankangas@gmail.com>2010-12-21 08:30:42 +0100
commit0a899a6071d172e81b0e24f6394189e0c65b13f2 (patch)
treea1faed66e8cd32031c06232e90bbe4c2d722e0a8
parent9fe6789f2a2113bd696ae5c78bccd9ed26e37ea7 (diff)
Change coding of CSS from dos to unix.
-rw-r--r--default.css466
1 files changed, 233 insertions, 233 deletions
diff --git a/default.css b/default.css
index 59c7422..033c171 100644
--- a/default.css
+++ b/default.css
@@ -1,233 +1,233 @@
-/*#############################################################
-Name: Summer Breeze
-Date: 2006-07-04
-Author: Viktor Persson
-Edited by Gustav Eek and Stefan Kangas
-URL: http://arcsin.se
-
-Feel free to use and modify but please provide credits.
-#############################################################*/
-
-/* standard elements */
-*
-{
- font: normal 1em "Lucida Sans Unicode",sans-serif;
- margin: 0; padding: 0;
-}
-a
-{
- color: #362;
-}
-a:hover, .footer a:hover
-{
- color: #111;
-}
-body
-{
- background: #769359 url(img/bg.jpg) repeat-y center top;
- color: #443;
- font-size: 100%;
- margin: 0;
- text-align: center;
-}
-p,cite,code,ul
-{
- font-size: 0.8em;
- margin-bottom: 1.7em;
- line-height: 1.7em;
- text-align: left;
-}
-i
-{
- font-style: italic;
-}
-b
-{
- font-style: bold;
-}
-h1
-{
- font: normal 1.2em "Lucida Sans Unicode",sans-serif;
-}
-ul
-{
- margin-left: 1em;
-}
-li
-{
- list-style: url(img/li.gif);
- line-height: 1.7em;
- margin-left: 18px;
- margin-bottom: 0.5em;
-}
-table
-{
- margin-left: 1.8em;
-}
-td
-{
- font-size: 0.8em;
- padding-right: 0.5em;
-}
-div.square
-{
- background: url(img/bgcode.gif);
- border: 1px dotted #AAA;
- color: #444;
- display: float;
- float: right;
- width: 30%;
- font: normal 1em "Lucida Sans Unicode",serif;
- margin-left: 2em;
- margin-bottom: 1em;
- padding: 8px 10px;
-}
-
-code {
- background: url(img/bgcode.gif);
- border: 1px dotted #AAA;
- color: #444;
- display: block;
- font: normal 1em "Lucida Sans Unicode",serif;
- margin-bottom: 12px;
- padding: 8px 10px;
- white-space: pre;
-}
-
-cite {
- display: block;
- background: url(img/quote.gif) no-repeat;
- color: #663;
- font: normal 1.1em "Lucida Sans Unicode",serif;
- padding-left: 28px;
-}
-
-/* misc */
-.divider {
- background: url(img/divider.gif) no-repeat;
- height: 24px;
- margin: 16px 0;
-}
-.clearer {
- clear: both;
-}
-
-/* structure */
-p.incitement
-{
- text-align: center;
-}
-
-.container {
- font-size: 1em;
- margin: 0 auto;
- width: 590px;
-}
-
-/* header */
-.header
-{
- background: #597F93 url(img/header.jpg) no-repeat center top;
- border-bottom: 1px solid #CCC;
- height: 180px;
- text-align: center;
-}
-.header h1
-{
- color: #FFF;
- font: normal 50px "Trebuchet MS",sans-serif;
- line-height: 180px;
-}
-/* navigation */
-.navigation
-{
- text-align: left;
- height: 36px;
- margin: 0 auto;
- /* width: 632px; */
- width: 600px;
-}
-.navigation a
-{
- background: url(img/navigation.jpg) no-repeat;
- color: #FFF;
- float: left;
- font: bold 16px serif;
- height: 31px;
- letter-spacing: 1px;
- line-height: 31px;
- text-align: center;
- text-decoration: none;
- width: 120px;
-}
-.navigation a:hover
-{
- color: #FFF;
- background-position: left bottom;
-}
-/* content */
-.content
-{
- padding: 18px 0;
- text-align: left;
-}
-.content h1
-{
- color: #553;
- font-size: 1.4em;
- margin-bottom: 1em;
- text-align: center;
-}
-.content h2 /* equivalent to h1 above */
-{
- color: #553;
- font-size: 1.4em;
- margin-bottom: 1em;
- text-align: center;
-}
-.content h3
-{
- font: normal 1em "Lucida Sans Unicode",sans-serif;
- margin-top: 1.5em;
- margin-bottom: 1em;
-}
-
-/* special styles */
-.square h1
-{
- font: bold 0.8em "Lucida Sans Unicode",sans-serif;
- margin-bottom: 0.2em;
-}
-.square p
-{
- border-top: dotted 1px black;
- padding-top: 5px;
- text-align: left;
- margin-bottom: 0em;
-}
-.header a.translate
-{
- color: #FFF;
- font-size: 0.8em;
- position: absolute;
- top: 10px;
- left: 27.5%;
-}
-.header a.translate:hover
-{
- color: #00F;
-}
-/* footer */
-.footer
-{
- color: #886;
- font-size: 0.65em;
- padding-left: 4em;
- padding-right: 4em;
- padding-bottom: 12px;
- text-align: center;
-}
-.footer a
-{
- color: #664;
-}
+/*#############################################################
+Name: Summer Breeze
+Date: 2006-07-04
+Author: Viktor Persson
+Edited by Gustav Eek and Stefan Kangas
+URL: http://arcsin.se
+
+Feel free to use and modify but please provide credits.
+#############################################################*/
+
+/* standard elements */
+*
+{
+ font: normal 1em "Lucida Sans Unicode",sans-serif;
+ margin: 0; padding: 0;
+}
+a
+{
+ color: #362;
+}
+a:hover, .footer a:hover
+{
+ color: #111;
+}
+body
+{
+ background: #769359 url(img/bg.jpg) repeat-y center top;
+ color: #443;
+ font-size: 100%;
+ margin: 0;
+ text-align: center;
+}
+p,cite,code,ul
+{
+ font-size: 0.8em;
+ margin-bottom: 1.7em;
+ line-height: 1.7em;
+ text-align: left;
+}
+i
+{
+ font-style: italic;
+}
+b
+{
+ font-style: bold;
+}
+h1
+{
+ font: normal 1.2em "Lucida Sans Unicode",sans-serif;
+}
+ul
+{
+ margin-left: 1em;
+}
+li
+{
+ list-style: url(img/li.gif);
+ line-height: 1.7em;
+ margin-left: 18px;
+ margin-bottom: 0.5em;
+}
+table
+{
+ margin-left: 1.8em;
+}
+td
+{
+ font-size: 0.8em;
+ padding-right: 0.5em;
+}
+div.square
+{
+ background: url(img/bgcode.gif);
+ border: 1px dotted #AAA;
+ color: #444;
+ display: float;
+ float: right;
+ width: 30%;
+ font: normal 1em "Lucida Sans Unicode",serif;
+ margin-left: 2em;
+ margin-bottom: 1em;
+ padding: 8px 10px;
+}
+
+code {
+ background: url(img/bgcode.gif);
+ border: 1px dotted #AAA;
+ color: #444;
+ display: block;
+ font: normal 1em "Lucida Sans Unicode",serif;
+ margin-bottom: 12px;
+ padding: 8px 10px;
+ white-space: pre;
+}
+
+cite {
+ display: block;
+ background: url(img/quote.gif) no-repeat;
+ color: #663;
+ font: normal 1.1em "Lucida Sans Unicode",serif;
+ padding-left: 28px;
+}
+
+/* misc */
+.divider {
+ background: url(img/divider.gif) no-repeat;
+ height: 24px;
+ margin: 16px 0;
+}
+.clearer {
+ clear: both;
+}
+
+/* structure */
+p.incitement
+{
+ text-align: center;
+}
+
+.container {
+ font-size: 1em;
+ margin: 0 auto;
+ width: 590px;
+}
+
+/* header */
+.header
+{
+ background: #597F93 url(img/header.jpg) no-repeat center top;
+ border-bottom: 1px solid #CCC;
+ height: 180px;
+ text-align: center;
+}
+.header h1
+{
+ color: #FFF;
+ font: normal 50px "Trebuchet MS",sans-serif;
+ line-height: 180px;
+}
+/* navigation */
+.navigation
+{
+ text-align: left;
+ height: 36px;
+ margin: 0 auto;
+ /* width: 632px; */
+ width: 600px;
+}
+.navigation a
+{
+ background: url(img/navigation.jpg) no-repeat;
+ color: #FFF;
+ float: left;
+ font: bold 16px serif;
+ height: 31px;
+ letter-spacing: 1px;
+ line-height: 31px;
+ text-align: center;
+ text-decoration: none;
+ width: 120px;
+}
+.navigation a:hover
+{
+ color: #FFF;
+ background-position: left bottom;
+}
+/* content */
+.content
+{
+ padding: 18px 0;
+ text-align: left;
+}
+.content h1
+{
+ color: #553;
+ font-size: 1.4em;
+ margin-bottom: 1em;
+ text-align: center;
+}
+.content h2 /* equivalent to h1 above */
+{
+ color: #553;
+ font-size: 1.4em;
+ margin-bottom: 1em;
+ text-align: center;
+}
+.content h3
+{
+ font: normal 1em "Lucida Sans Unicode",sans-serif;
+ margin-top: 1.5em;
+ margin-bottom: 1em;
+}
+
+/* special styles */
+.square h1
+{
+ font: bold 0.8em "Lucida Sans Unicode",sans-serif;
+ margin-bottom: 0.2em;
+}
+.square p
+{
+ border-top: dotted 1px black;
+ padding-top: 5px;
+ text-align: left;
+ margin-bottom: 0em;
+}
+.header a.translate
+{
+ color: #FFF;
+ font-size: 0.8em;
+ position: absolute;
+ top: 10px;
+ left: 27.5%;
+}
+.header a.translate:hover
+{
+ color: #00F;
+}
+/* footer */
+.footer
+{
+ color: #886;
+ font-size: 0.65em;
+ padding-left: 4em;
+ padding-right: 4em;
+ padding-bottom: 12px;
+ text-align: center;
+}
+.footer a
+{
+ color: #664;
+}