From 64474c14afdb45961cd232d30cc443f0c318f292 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Tue, 01 Mar 2011 00:55:41 +0000 Subject: Sugar Labs website 2010 --- (limited to 'css') diff --git a/css/ie.css b/css/ie.css new file mode 100644 index 0000000..6d38e25 --- /dev/null +++ b/css/ie.css @@ -0,0 +1,48 @@ +ul.bullet +{ + list-style-type: disc; + text-indent: 0; +} +.bullet li:before { + content: ""; +} + +.thumbnails +{ + padding-bottom: 40px; +} +.footer +{ + padding-bottom: 0; +} + +/* navigation */ + +#menu li a:hover +{ + overflow: auto; +} +#menu li +{ + position: static; +} +#menu li ul { + position: fixed; + left: 17px; + margin-left: 0; +} +#menu ul li ul { + position: fixed; + left: 17px; + margin-left: 240px; +} +#menu ul ul li ul { + position: fixed; + left: 17px; + margin-left: 480px; +} +#menu ul ul ul li ul { + position: fixed; + left: 17px; + margin-left: 720px; +} \ No newline at end of file diff --git a/css/ie6.css b/css/ie6.css new file mode 100644 index 0000000..6539ea4 --- /dev/null +++ b/css/ie6.css @@ -0,0 +1,30 @@ +/* ie6 compatibility */ + +#menu +{ + position: absolute; +} +#menu li ul { + position: absolute; + left: 0px; + width: 243px; + margin: -35px 0 0 0; +} +#menu ul li ul { + position: absolute; + left: 0px; + width: 243px; + margin: -35px 0 0 240px; +} +#menu ul ul li ul { + position: absolute; + left: 0px; + width: 243px; + margin: -35px 0 0 240px; +} +#menu ul ul ul li ul { + position: absolute; + left: 0px; + width: 243px; + margin: -35px 0 0 240px; +} \ No newline at end of file diff --git a/css/styles_black.css b/css/styles_black.css new file mode 100644 index 0000000..c1b253c --- /dev/null +++ b/css/styles_black.css @@ -0,0 +1,347 @@ +/* Grid dimensions */ + +/* Total page width: 988px */ +/* Large column width: 223px */ +/* Gutters: 20px */ + +/* Column 1 x: 20px */ +/* Column 2 x: 263px */ +/* Column 3 x: 506px */ +/* Column 4 x: 749px */ + + +/* default styles for logo text if images disabled */ +h1 { + font-family: Helvetica, Arial, sans-serif; + font-size: 19px; + font-weight: normal; + padding: 0; + margin: 0; +} +a { + text-decoration: none; +} + +/* formatting */ + +body +{ + margin-top: 10px; + margin-left: 19px; + background-color: black; +} +ul +{ + list-style: none; + padding: 0; + margin: 0; + clear: left; +} +.bullet +{ + list-style: none; + padding-left: 17px; + text-indent: -1em; +} +.bullet li:before { + content: "/\A0\A0"; +} + +a.link:link, a.link:visited +{ + text-decoration: none; + font-weight: normal; + padding-top: 4px; + padding-bottom: 4px; +} +a.link:hover +{ + text-decoration: none; + padding-top: 4px; + padding-bottom: 4px; + background-color: black; +} +.links +{ + font-family: Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 22px; + color: #999; +} +.links a.link:link, .links a.link:visited, +.pagination a.link:link, .pagination a.link:visited, +.footer a.link:link, .footer a.link:visited, +.thumb-wrapper a.link:link, .thumb-wrapper a.link:visited +{ + padding-top: 2px; + padding-bottom: 2px; +} +.links a.link:hover, .pagination a.link:hover, .footer a.link:hover, .thumb-wrapper a.link:hover + +{ + padding-top: 3px; + padding-bottom: 4px; +} +.pagination +{ + float: left; + width: 709px; + height: 19px; + font-family: Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 22px; + color: #999; + padding-bottom: 36px; +} +#menu li a:link, #menu li a:visited +{ + font-family: Helvetica, Arial, sans-serif; + font-size: 19px; + line-height: 32px; + text-decoration: none; + font-weight: normal; + padding-left: 2px; + padding-right: 2px; + display: block; +} +#menu li a:hover, #menu li a.selected:link, #menu li a.selected:visited +{ + text-decoration: none; +} +.content li +{ + padding-bottom: 8px; +} +.content li a:link, .content li a:visited +{ + font-family: Helvetica, Arial, sans-serif; + font-size: 19px; + line-height: 32px; + text-decoration: none; + font-weight: normal; +} +.content .text +{ + font-family: Helvetica, Arial, sans-serif; + font-size: 19px; + line-height: 32px; + color: white; + margin-bottom: 30px; +} +.headline +{ + font-size: 19px; + line-height: 32px; +} +.headline a.link:hover +{ + text-decoration: none; + padding-top: 6px; + padding-bottom: 6px; +} +.footer +{ + font-family: Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 25px; + color: #999; +} +.media +{ + padding-bottom: 36px; +} +.thumb-wrapper +{ + font-family: Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 22px; + color: #999; +} +.media +{ + font-family: Helvetica, Arial, sans-serif; + font-size: 16px; + line-height: 27px; + color: white; + width: 729px; +} + +#menu li a.selected:link, +#menu li a.selected:visited, +#menu li a.selected:hover +{ + color: black; +} + + +/* layout */ + +.logo +{ + padding-top: 30px; + padding-bottom: 120px; + height: 51px; + position: relative; +} +.links-container +{ + left: 749px; + top: 10px; + position: absolute; + width: 223px; + display: block; +} +.content-container +{ + width: 972px; +} +.content +{ + width: 709px; + float: left; +} +.content-index +{ + width: 709px; + float: left; + padding-bottom: 19px; +} +.sidebar +{ + width: 223px; + float: right; + padding-right: 20px; +} +.footer +{ + width: 709px; + margin-bottom: 19px; + clear: both; +} +.thumb-wrapper +{ + float: left; + vertical-align: top; + width: 223px; + padding-right: 20px; + display: block; + position: relative; + padding-bottom: 36px; +} +.thumbnails +{ + width: 972px; + position: relative; +} + +/* modifiers */ + +.clr +{ + margin-bottom: 19px; +} +.spc +{ + margin-bottom: 7px; +} +.last +{ + padding-right: 0px; +} + + +/* menu */ + +#menu +{ + position: absolute; + left: 17px; + top: 144px; + padding: 3px; +} +#menu li ul { + position: absolute; + left: 0; + background-color: white; + width: 237px; + margin: -35px 0 0 0; + padding: 3px 3px 20px 3px; + display: none; +} +#menu ul li ul { + position: absolute; + left: 0; + background-color: white; + width: 237px; + margin: -35px 0 0 240px; + padding: 3px 3px 20px 3px; + display: none; +} +#menu ul ul li ul { + position: absolute; + left: 0; + background-color: white; + width: 237px; + margin: -35px 0 0 240px; + padding: 3px 3px 20px 3px; + display: none; +} +#menu ul ul ul li ul { + position: absolute; + left: 0; + background-color: white; + width: 237px; + margin: -35px 0 0 240px; + padding: 3px 3px 20px 3px; + display: none; +} + +/* SHOW SUBMENU 1 */ +#menu li:hover ul, #menu li.over ul { + display:block; +} +#menu li:hover ul ul, #menu li.over ul ul { + display:none; +} + +/* SHOW SUBMENU 2 */ +#menu ul li:hover ul, #menu ul li.over ul { + display:block; +} +#menu li:hover ul ul ul, #menu li.over ul ul ul { + display:none; +} + +/* SHOW SUBMENU 3 */ +#menu ul ul li:hover ul, #menu ul ul li.over ul { + display:block; +} +#menu li:hover ul ul ul ul, #menu li.over ul ul ul ul { + display:none; +} + +/* SHOW SUBMENU 4 */ +#menu ul ul ul li:hover ul, #menu ul ul li.over ul { + display:block; +} + +#menu { + z-index:1; +} +#menu ul { + z-index:2; +} +#menu ul ul { + z-index:3; +} +#menu ul ul ul { + z-index:4; +} +#menu ul ul ul { + z-index:5; +} + +/* Fix IE. Hide from IE Mac \*/ +* html #menu ul li { float: left; height: 1%; } +* html #menu ul li a { height: 1%; } +/* End */ diff --git a/css/styles_black_01.css b/css/styles_black_01.css new file mode 100644 index 0000000..da3bbac --- /dev/null +++ b/css/styles_black_01.css @@ -0,0 +1,38 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #78E600; +} + +/* main background color */ +a.link:hover +{ + color: black; + background-color: #78E600; +} + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #006E00; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: white; + background-color: #006E00; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: black; + background-color: #006E00; +} \ No newline at end of file diff --git a/css/styles_black_02.css b/css/styles_black_02.css new file mode 100644 index 0000000..7994434 --- /dev/null +++ b/css/styles_black_02.css @@ -0,0 +1,38 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #78E600; +} + +/* main background color */ +a.link:hover +{ + color: black; + background-color: #78E600; +} + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #033CD2; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: white; + background-color: #033CD2; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: black; + background-color: #033CD2; +} \ No newline at end of file diff --git a/css/styles_black_03.css b/css/styles_black_03.css new file mode 100644 index 0000000..55a98c4 --- /dev/null +++ b/css/styles_black_03.css @@ -0,0 +1,38 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #00BEFF; +} + +/* main background color */ +a.link:hover +{ + color: black; + background-color: #00BEFF; +} + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #006E00; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: white; + background-color: #006E00; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: black; + background-color: #006E00; +} \ No newline at end of file diff --git a/css/styles_black_04.css b/css/styles_black_04.css new file mode 100644 index 0000000..7f562ec --- /dev/null +++ b/css/styles_black_04.css @@ -0,0 +1,38 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #00BEFF; +} + +/* main background color */ +a.link:hover +{ + color: black; + background-color: #00BEFF; +} + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #033CD2; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: white; + background-color: #033CD2; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: black; + background-color: #033CD2; +} \ No newline at end of file diff --git a/css/styles_black_05.css b/css/styles_black_05.css new file mode 100644 index 0000000..0d5c652 --- /dev/null +++ b/css/styles_black_05.css @@ -0,0 +1,38 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #00BEFF; +} + +/* main background color */ +a.link:hover +{ + color: black; + background-color: #00BEFF; +} + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #6E008C; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: white; + background-color: #6E008C; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: black; + background-color: #6E008C; +} \ No newline at end of file diff --git a/css/styles_black_06.css b/css/styles_black_06.css new file mode 100644 index 0000000..e8f1bd4 --- /dev/null +++ b/css/styles_black_06.css @@ -0,0 +1,38 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #FF7800; +} + +/* main background color */ +a.link:hover +{ + color: black; + background-color: #FF7800; +} + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #A00000; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: white; + background-color: #A00000; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: black; + background-color: #A00000; +} \ No newline at end of file diff --git a/css/styles_black_07.css b/css/styles_black_07.css new file mode 100644 index 0000000..3b00c0d --- /dev/null +++ b/css/styles_black_07.css @@ -0,0 +1,38 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #FF64D2; +} + +/* main background color */ +a.link:hover +{ + color: black; + background-color: #FF64D2; +} + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #033CD2; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: white; + background-color: #033CD2; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: black; + background-color: #033CD2; +} \ No newline at end of file diff --git a/css/styles_black_08.css b/css/styles_black_08.css new file mode 100644 index 0000000..59d89c5 --- /dev/null +++ b/css/styles_black_08.css @@ -0,0 +1,38 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #FF64D2; +} + +/* main background color */ +a.link:hover +{ + color: black; + background-color: #FF64D2; +} + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #6E008C; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: white; + background-color: #6E008C; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: black; + background-color: #6E008C; +} \ No newline at end of file diff --git a/css/styles_black_09.css b/css/styles_black_09.css new file mode 100644 index 0000000..80a2960 --- /dev/null +++ b/css/styles_black_09.css @@ -0,0 +1,38 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #FF7800; +} + +/* main background color */ +a.link:hover +{ + color: black; + background-color: #FF7800; +} + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #6E008C; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: white; + background-color: #6E008C; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: black; + background-color: #6E008C; +} \ No newline at end of file diff --git a/css/styles_black_10.css b/css/styles_black_10.css new file mode 100644 index 0000000..28de17c --- /dev/null +++ b/css/styles_black_10.css @@ -0,0 +1,38 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #FF7800; +} + +/* main background color */ +a.link:hover +{ + color: black; + background-color: #FF7800; +} + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #033CD2; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: white; + background-color: #033CD2; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: black; + background-color: #033CD2; +} \ No newline at end of file diff --git a/css/styles_black_11.css b/css/styles_black_11.css new file mode 100644 index 0000000..fffe64f --- /dev/null +++ b/css/styles_black_11.css @@ -0,0 +1,38 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #FFE132; +} + +/* main background color */ +a.link:hover +{ + color: black; + background-color: #FFE132; +} + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #006E00; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: white; + background-color: #006E00; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: black; + background-color: #006E00; +} \ No newline at end of file diff --git a/css/styles_black_12.css b/css/styles_black_12.css new file mode 100644 index 0000000..c6853e1 --- /dev/null +++ b/css/styles_black_12.css @@ -0,0 +1,38 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #FFE132; +} + +/* main background color */ +a.link:hover +{ + color: black; + background-color: #FFE132; +} + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #033CD2; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: white; + background-color: #033CD2; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: black; + background-color: #033CD2; +} \ No newline at end of file diff --git a/css/styles_white.css b/css/styles_white.css new file mode 100644 index 0000000..dd37f66 --- /dev/null +++ b/css/styles_white.css @@ -0,0 +1,393 @@ +/* Grid dimensions */ + +/* Total page width: 988px */ +/* Large column width: 223px */ +/* Gutters: 20px */ + +/* Column 1 x: 20px */ +/* Column 2 x: 263px */ +/* Column 3 x: 506px */ +/* Column 4 x: 749px */ + +/* default styles for logo text if images disabled */ +h1 { + font-family: Helvetica, Arial, sans-serif; + font-size: 19px; + font-weight: normal; + padding: 0; + margin: 0; +} +a { + text-decoration: none; +} + +/* formatting */ + +body +{ + margin-top: 10px; + margin-left: 19px; + background-color: white; +} +ul +{ + list-style: none; + padding: 0; + margin: 0; + clear: left; +} +.bullet +{ + list-style: none; + padding-left: 17px; + text-indent: -1em; +} +.bullet li:before { + content: "/\A0\A0"; +} +#menu li a:link, #menu li a:visited +{ + font-family: Helvetica, Arial, sans-serif; + font-size: 19px; + line-height: 32px; + text-decoration: none; + font-weight: normal; + padding-left: 2px; + padding-right: 2px; + display: block; +} +#menu li a:hover, #menu li a.selected:link, #menu li a.selected:visited +{ + text-decoration: none; +} + +.content a.link:link, .content a.link:visited +{ + text-decoration: none; + font-weight: normal; +} +.content a.link:hover, .tab-header +{ + text-decoration: none; + padding-top: 4px; + padding-bottom: 4px; +} +.content .text +{ + font-family: Helvetica, Arial, sans-serif; + font-size: 19px; + line-height: 32px; + color: #000; +} +.normal +{ + font-size: 16px; + line-height: 27px; +} +.headline a.link:hover +{ + text-decoration: none; + padding-top: 5px; + padding-bottom: 5px; +} +.footer +{ + font-family: Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 25px; + color: #666; +} +.thumb-wrapper +{ + font-family: Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 22px; + color: black; +} +.media +{ + font-family: Helvetica, Arial, sans-serif; + font-size: 16px; + line-height: 27px; + color: black; + width: 729px; +} +.press +{ + font-family: Helvetica, Arial, sans-serif; + font-size: 16px; + line-height: 27px; + color: black; + width: 729px; +} +a.link:link, a.link:visited +{ + text-decoration: none; + font-weight: normal; + padding-top: 4px; + padding-bottom: 4px; +} +a.link:hover +{ + text-decoration: none; + padding-top: 4px; + padding-bottom: 4px; + background-color: white; +} +.attachment +{ + font-family: Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 22px; + color: black; +} +.links +{ + font-family: Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 22px; + color: #666; +} +.links a.link:link, .links a.link:visited, +.pagination a.link:link, .pagination a.link:visited, +.footer a.link:link, .footer a.link:visited, +.thumb-wrapper a.link:link, .thumb-wrapper a.link:visited, +.attachment a.link:link, .attachment a.link:visited +{ + padding-top: 2px; + padding-bottom: 2px; +} +.links a.link:hover, .pagination a.link:hover, .footer a.link:hover, .thumb-wrapper a.link:hover, .attachment a.link:hover + +{ + padding-top: 3px; + padding-bottom: 4px; +} +.pagination +{ + float: left; + width: 100%; + height: 19px; + font-family: Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 22px; + color: #666; +} +#menu li a.selected:link, +#menu li a.selected:visited, +#menu li a.selected:hover +{ + color: white; +} +.emphasis +{ + padding-top: 4px; + padding-bottom: 4px; + color: white; + background-color: black; +} + + +/* bottom spacing based on line-height 27 */ + +.content .text +{ + padding-bottom: 30px; +} +.content ul +{ + padding-bottom: 17px; +} +.content li +{ + padding-bottom: 13px; +} +.media +{ + padding-bottom: 36px; +} +.thumb-wrapper +{ + padding-bottom: 36px; +} +.pagination +{ + padding-bottom: 36px; +} + +/* layout */ + +.logo +{ + padding-top: 30px; + padding-bottom: 120px; + height: 51px; + position: relative; +} +.links-container +{ + left: 749px; + top: 10px; + position: absolute; + width: 223px; + display: block; +} +.content-container +{ + width: 972px; + display: block; +} +.content +{ + width: 709px; + margin-right: 19px; + display: block; + float: left; +} +.sidebar +{ + width: 223px; + float: left; + margin-right: 19px; +} +.footer +{ + width: 972px; + margin-bottom: 19px; + clear: both; +} +.thumb-wrapper +{ + float: left; + vertical-align: top; + width: 223px; + padding-right: 19px; + display: block; + position: relative; +} +.thumbnails +{ + width: 972px; +} + + +/* modifiers */ + +.clr +{ + margin-bottom: 19px; +} +.spc +{ + margin-bottom: 7px; +} +.clrtop +{ + margin-top: 19px; +} +.last +{ + padding-right: 0px; +} +.main +{ + padding-top: 10px; + margin-bottom: -27px; +} + +/* menu */ + +#menu +{ + position: absolute; + left: 17px; + top: 144px; + padding: 3px; +} +#menu li ul { + position: absolute; + left: 0; + background-color: black; + width: 237px; + margin: -35px 0 0 0; + padding: 3px 3px 20px 3px; + display: none; +} +#menu ul li ul { + position: absolute; + left: 0; + background-color: black; + width: 237px; + margin: -35px 0 0 240px; + padding: 3px 3px 20px 3px; + display: none; +} +#menu ul ul li ul { + position: absolute; + left: 0; + background-color: black; + width: 237px; + margin: -35px 0 0 240px; + padding: 3px 3px 20px 3px; + display: none; +} +#menu ul ul ul li ul { + position: absolute; + left: 0; + background-color: black; + width: 237px; + margin: -35px 0 0 240px; + padding: 3px 3px 20px 3px; + display: none; +} + +/* SHOW SUBMENU 1 */ + +#menu li:hover ul, #menu li.over ul { + display:block; +} +#menu li:hover ul ul, #menu li.over ul ul { + display:none; +} + +/* SHOW SUBMENU 2 */ +#menu ul li:hover ul, #menu ul li.over ul { + display:block; +} +#menu li:hover ul ul ul, #menu li.over ul ul ul { + display:none; +} + +/* SHOW SUBMENU 3 */ +#menu ul ul li:hover ul, #menu ul ul li.over ul { + display:block; +} +#menu li:hover ul ul ul ul, #menu li.over ul ul ul ul { + display:none; +} + +/* SHOW SUBMENU 4 */ +#menu ul ul ul li:hover ul, #menu ul ul li.over ul { + display:block; +} + +#menu { + z-index:1; +} +#menu ul { + z-index:2; +} +#menu ul ul { + z-index:3; +} +#menu ul ul ul { + z-index:4; +} +#menu ul ul ul { + z-index:5; +} + +/* Fix IE. Hide from IE Mac \*/ +* html #menu ul li { float: left; height: 1%; } +* html #menu ul li a { height: 1%; } +/* End */ diff --git a/css/styles_white_01.css b/css/styles_white_01.css new file mode 100644 index 0000000..afaf0ff --- /dev/null +++ b/css/styles_white_01.css @@ -0,0 +1,39 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #006E00; +} + +/* main background color */ +a.link:hover, +.tab-header +{ + color: white; + background-color: #006E00; +} + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #78E600; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: black; + background-color: #78E600; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: white; + background-color: #78E600; +} \ No newline at end of file diff --git a/css/styles_white_02.css b/css/styles_white_02.css new file mode 100644 index 0000000..d3629d7 --- /dev/null +++ b/css/styles_white_02.css @@ -0,0 +1,39 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #033CD2; +} + +/* main background color */ +a.link:hover, +.tab-header +{ + color: white; + background-color: #033CD2; +} + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #78E600; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: black; + background-color: #78E600; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: white; + background-color: #78E600; +} \ No newline at end of file diff --git a/css/styles_white_03.css b/css/styles_white_03.css new file mode 100644 index 0000000..3455676 --- /dev/null +++ b/css/styles_white_03.css @@ -0,0 +1,39 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #006E00; +} + +/* main background color */ +a.link:hover, +.tab-header +{ + color: white; + background-color: #006E00; +} + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #00BEFF; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: black; + background-color: #00BEFF; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: white; + background-color: #00BEFF; +} \ No newline at end of file diff --git a/css/styles_white_04.css b/css/styles_white_04.css new file mode 100644 index 0000000..1737886 --- /dev/null +++ b/css/styles_white_04.css @@ -0,0 +1,39 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #033CD2; +} + +/* main background color */ +a.link:hover, +.tab-header +{ + color: white; + background-color: #033CD2; +} + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #00BEFF; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: black; + background-color: #00BEFF; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: white; + background-color: #00BEFF; +} \ No newline at end of file diff --git a/css/styles_white_05.css b/css/styles_white_05.css new file mode 100644 index 0000000..6c04837 --- /dev/null +++ b/css/styles_white_05.css @@ -0,0 +1,40 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #6E008C; +} + +/* main background color */ +a.link:hover, +.tab-header +{ + color: white; + background-color: #6E008C; +} + + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #00BEFF; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: black; + background-color: #00BEFF; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: white; + background-color: #00BEFF; +} \ No newline at end of file diff --git a/css/styles_white_06.css b/css/styles_white_06.css new file mode 100644 index 0000000..b10f135 --- /dev/null +++ b/css/styles_white_06.css @@ -0,0 +1,40 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #A00000; +} + +/* main background color */ +a.link:hover, +.tab-header +{ + color: white; + background-color: #A00000; +} + + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #FF7800; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: black; + background-color: #FF7800; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: white; + background-color: #FF7800; +} \ No newline at end of file diff --git a/css/styles_white_07.css b/css/styles_white_07.css new file mode 100644 index 0000000..ba26202 --- /dev/null +++ b/css/styles_white_07.css @@ -0,0 +1,40 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #033CD2; +} + +/* main background color */ +a.link:hover, +.tab-header +{ + color: white; + background-color: #033CD2; +} + + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #FF64D2; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: black; + background-color: #FF64D2; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: white; + background-color: #FF64D2; +} \ No newline at end of file diff --git a/css/styles_white_08.css b/css/styles_white_08.css new file mode 100644 index 0000000..12d938c --- /dev/null +++ b/css/styles_white_08.css @@ -0,0 +1,40 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #6E008C; +} + +/* main background color */ +a.link:hover, +.tab-header +{ + color: white; + background-color: #6E008C; +} + + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #FF64D2; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: black; + background-color: #FF64D2; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: white; + background-color: #FF64D2; +} \ No newline at end of file diff --git a/css/styles_white_09.css b/css/styles_white_09.css new file mode 100644 index 0000000..09430c1 --- /dev/null +++ b/css/styles_white_09.css @@ -0,0 +1,40 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #6E008C; +} + +/* main background color */ +a.link:hover, +.tab-header +{ + color: white; + background-color: #6E008C; +} + + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #FF7800; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: black; + background-color: #FF7800; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: white; + background-color: #FF7800; +} \ No newline at end of file diff --git a/css/styles_white_10.css b/css/styles_white_10.css new file mode 100644 index 0000000..17c4b34 --- /dev/null +++ b/css/styles_white_10.css @@ -0,0 +1,40 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #033CD2; +} + +/* main background color */ +a.link:hover, +.tab-header +{ + color: white; + background-color: #033CD2; +} + + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #FF7800; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: black; + background-color: #FF7800; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: white; + background-color: #FF7800; +} \ No newline at end of file diff --git a/css/styles_white_11.css b/css/styles_white_11.css new file mode 100644 index 0000000..1069ebb --- /dev/null +++ b/css/styles_white_11.css @@ -0,0 +1,40 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #006E00; +} + +/* main background color */ +a.link:hover, +.tab-header +{ + color: white; + background-color: #006E00; +} + + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #FFE132; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: black; + background-color: #FFE132; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: white; + background-color: #FFE132; +} \ No newline at end of file diff --git a/css/styles_white_12.css b/css/styles_white_12.css new file mode 100644 index 0000000..e5b83d0 --- /dev/null +++ b/css/styles_white_12.css @@ -0,0 +1,40 @@ +/* main text color */ +.headline, +a.link:link, +a.link:visited, +a, +.title +{ + color: #033CD2; +} + +/* main background color */ +a.link:hover, +.tab-header +{ + color: white; + background-color: #033CD2; +} + + +/* secondary text color */ +#menu li a:link, +#menu li a:visited +{ + color: #FFE132; +} + + +/* secondary text and background */ +#menu li a:hover +{ + color: black; + background-color: #FFE132; +} + +#menu li a.current:link, +#menu li a.current:visited +{ + color: white; + background-color: #FFE132; +} \ No newline at end of file -- cgit v0.9.1