diff --git a/chrome_style.css b/chrome_style.css deleted file mode 100644 index 0b0c65a..0000000 --- a/chrome_style.css +++ /dev/null @@ -1,19 +0,0 @@ -/* ComicPress Custom CSS over-rides for [ chrome ]: ComicPress - 2.8 */ - -html { overflow-y: scroll; } - -.comicarchiveframe { - opacity:0.99; /* firefox, opera, safari, chrome */ -} - - .comicarchiveframe:hover { - opacity:0.70; /* firefox, opera, safari, chrome */ - } - - .imagenav-link img { - opacity:0.5; /* firefox, opera, safari, chrome */ - } - - .imagenav-link img:hover { - opacity:0.5; /* firefox, opera, safari, chrome */ - } \ No newline at end of file diff --git a/gecko_style.css b/gecko_style.css deleted file mode 100644 index 2c0b6f3..0000000 --- a/gecko_style.css +++ /dev/null @@ -1,29 +0,0 @@ -/* ComicPress Custom CSS over-rides for [ gecko ]: ComicPress - 2.8 */ - -html { overflow-y: scroll; } - -a:focus { outline: 0; } - -.comicarchiveframe { - -moz-opacity: 0.99; /* mozilla, netscape */ - opacity:0.99; /* firefox, opera, safari, chrome */ -} - - .comicarchiveframe:hover { - -moz-opacity: 0.7; /* mozilla, netscape */ - opacity:0.70; /* firefox, opera, safari, chrome */ - } - - .imagenav-link img { - -moz-opacity: 0.5; /* mozilla, netscape, gecko */ - opacity:0.5; /* firefox, opera, safari, chrome */ - } - - .imagenav-link img:hover { - -moz-opacity: 0; /* mozilla, netscape */ - opacity:0.5; /* firefox, opera, safari, chrome */ - } - -::-moz-selection { - background: #a1c0d9; /* Firefox */ -} \ No newline at end of file diff --git a/ie_style.css b/ie_style.css deleted file mode 100644 index f5f61de..0000000 --- a/ie_style.css +++ /dev/null @@ -1,13 +0,0 @@ -/* These overrides are for the IE browser, fixes and what not to make it work. */ - -html { overflow-y: scroll; } - -#menubar { - zoom: 1; /* IE fix, allows for variable height menu */ - } - -tt a:hover -{ - z-index:1000; color: #aaaaff; - background-color: Transparent; -} \ No newline at end of file diff --git a/lynx_style.css b/lynx_style.css deleted file mode 100644 index 6e9c0b4..0000000 --- a/lynx_style.css +++ /dev/null @@ -1,3 +0,0 @@ -/* ComicPress Custom CSS over-rides for [ lynx ]: ComicPress - 2.8 */ - -html { overflow-y: scroll; } \ No newline at end of file diff --git a/notie_style.css b/notie_style.css deleted file mode 100644 index 580ecde..0000000 --- a/notie_style.css +++ /dev/null @@ -1,42 +0,0 @@ -/* ComicPress Custom CSS over-rides for [ gecko ]: ComicPress - 2.8 */ - -html { overflow-y: scroll; } - -.comicarchiveframe -{ - -moz-opacity: 0.99; /* mozilla, netscape */ - opacity:0.99; /* firefox, opera, safari, chrome */ - -khtml-opacity: 0.99; /* khtml, old safari */ -} - - .comicarchiveframe:hover { - -moz-opacity: 0.7; /* mozilla, netscape */ - opacity:0.70; /* firefox, opera, safari, chrome */ - -khtml-opacity: 0.7; /* khtml, old safari */ - - } - - .imagenav-link img { - -moz-opacity: 0.5; /* mozilla, netscape, gecko */ - opacity:0.5; /* firefox, opera, safari, chrome */ - -khtml-opacity: 0.5; /* khtml, old safari */ - } - - .imagenav-link img:hover { - -moz-opacity: 0; /* mozilla, netscape */ - opacity:0.5; /* firefox, opera, safari, chrome */ - -khtml-opacity: 0.5; /* khtml, old safari */ - } - -::-moz-selection { - background: #a1c0d9; /* Firefox */ -} - -textarea { - resize: none; -} - -/* selection colors */ -::selection { - background: #ffb7b7; /* Safari */ -} \ No newline at end of file diff --git a/ns4_style.css b/ns4_style.css deleted file mode 100644 index c954931..0000000 --- a/ns4_style.css +++ /dev/null @@ -1,23 +0,0 @@ -/* ComicPress Custom CSS over-rides for [ ns4 ]: ComicPress - 2.8 */ - -html { overflow-y: scroll; } - -.comicarchiveframe { - -moz-opacity: 0.99; /* mozilla, netscape */ - opacity:0.99; /* firefox, opera, safari, chrome */ -} - - .comicarchiveframe:hover { - -moz-opacity: 0.7; /* mozilla, netscape */ - opacity:0.70; /* firefox, opera, safari, chrome */ - } - - .imagenav-link img { - -moz-opacity: 0.5; /* mozilla, netscape, gecko */ - opacity:0.5; /* firefox, opera, safari, chrome */ - } - - .imagenav-link img:hover { - -moz-opacity: 0; /* mozilla, netscape */ - opacity:0.5; /* firefox, opera, safari, chrome */ - } diff --git a/opera_style.css b/opera_style.css deleted file mode 100644 index 349cd1e..0000000 --- a/opera_style.css +++ /dev/null @@ -1,20 +0,0 @@ -/* ComicPress Custom CSS over-rides for [ opera ]: ComicPress - 2.8 */ - -html { overflow-y: scroll; } - -.comicarchiveframe { - opacity:0.99; /* firefox, opera, safari, chrome */ -} - - .comicarchiveframe:hover { - opacity:0.70; /* firefox, opera, safari, chrome */ - } - - .imagenav-link img { - opacity:0.5; /* firefox, opera, safari, chrome */ - } - - .imagenav-link img:hover { - opacity:0.5; /* firefox, opera, safari, chrome */ - } - diff --git a/safari_style.css b/safari_style.css deleted file mode 100644 index f4bfc07..0000000 --- a/safari_style.css +++ /dev/null @@ -1,34 +0,0 @@ -/* ComicPress Custom CSS over-rides for [ safari ]: ComicPress - 2.8 */ - -html { overflow-y: scroll; } - -.comicarchiveframe { - -khtml-opacity: 0.99; /* khtml, old safari */ -} - - .comicarchiveframe:hover { - opacity:0.70; /* firefox, opera, safari, chrome */ - -khtml-opacity: 0.7; /* khtml, old safari */ - - } - - .imagenav-link img { - opacity:0.5; /* firefox, opera, safari, chrome */ - -khtml-opacity: 0.5; /* khtml, old safari */ - } - - .imagenav-link img:hover { - opacity:0.5; /* firefox, opera, safari, chrome */ - -khtml-opacity: 0.5; /* khtml, old safari */ - } - -/* Supports: car, both, horizontal, none, vertical */ - -textarea { - resize: none; -} - -/* selection colors */ -::selection { - background: #ffb7b7; /* Safari */ -} \ No newline at end of file diff --git a/style.css b/style.css index 2421f20..b3ccd69 100644 --- a/style.css +++ b/style.css @@ -13,6 +13,8 @@ http://www.opensource.org/licenses/gpl-3.0.html /* STANDARD TAGS */ +html { overflow-y: scroll; } + body { margin: 0; font-family: 'Arial', sans-serif; @@ -167,6 +169,10 @@ h3, h3 a { list-style: none; } +.ie #menubar { + zoom: 1; /* IE fix, allows for variable height menu */ + } + #menunav { float: right; text-align: center; @@ -750,11 +756,34 @@ ul.children { padding: 2px 2px 6px 2px; } -.comicarchiveframe img { - border: 1px solid #000; +.comicarchiveframe +{ + -moz-opacity: 0.99; /* mozilla, netscape */ + opacity:0.99; /* firefox, opera, safari, chrome */ + -khtml-opacity: 0.99; /* khtml, old safari */ } -.comicarchiveframe:hover { + .comicarchiveframe:hover { + -moz-opacity: 0.7; /* mozilla, netscape */ + opacity:0.70; /* firefox, opera, safari, chrome */ + -khtml-opacity: 0.7; /* khtml, old safari */ + + } + + .imagenav-link img { + -moz-opacity: 0.5; /* mozilla, netscape, gecko */ + opacity:0.5; /* firefox, opera, safari, chrome */ + -khtml-opacity: 0.5; /* khtml, old safari */ + } + + .imagenav-link img:hover { + -moz-opacity: 0; /* mozilla, netscape */ + opacity:0.5; /* firefox, opera, safari, chrome */ + -khtml-opacity: 0.5; /* khtml, old safari */ + } + +.comicarchiveframe img { + border: 1px solid #000; } .comicarchiveframe h3 { @@ -1432,6 +1461,11 @@ ul.children { background: url('images/bubble.png') 0 -35px no-repeat; z-index: 1000; } + + .ie .tt a:hover { + z-index:1000; color: #aaaaff; + background-color: Transparent; + } /* User Pages */ @@ -1472,3 +1506,18 @@ ul.children { margin: 0; padding: 0; } + +/* Non-IE browser additions */ + +::-moz-selection { + background: #a1c0d9; /* Firefox */ +} + +textarea { + resize: none; +} + +/* selection colors */ +::selection { + background: #ffb7b7; /* Safari */ +} \ No newline at end of file