Skip to content

Commit

Permalink
revert to default CSS plus my modifications for the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
meancode committed Aug 27, 2010
1 parent 638ebf4 commit e4a4423
Showing 1 changed file with 13 additions and 12 deletions.
Expand Up @@ -10,26 +10,27 @@
div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .anythingWindow ul li { div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .anythingWindow ul li {
width: 630px; width: 630px;
height: 255px; height: 255px;
margin: 0 auto;
} }


/****** SET COLORS HERE *******/ /****** SET COLORS HERE *******/
/* Active */ /* Active */
div.anythingSlider.activeSlider .thumbNav a.cur, div.anythingSlider.activeSlider .thumbNav a { div.anythingSlider.activeSlider .thumbNav a.cur, div.anythingSlider.activeSlider .thumbNav a {
background-color: #AAAAAA; background-color: #7C9127;
} }
div.anythingSlider.activeSlider .anythingWindow { div.anythingSlider.activeSlider .anythingWindow {
border-color: #AAAAAA; border-color: #7C9127;
} }
/* Inactive */ /* Inactive */
div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a { div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a {
background: #AAAAAA; background: #777;
} }
div.anythingSlider .anythingWindow { div.anythingSlider .anythingWindow {
border-top: 3px solid #AAAAAA; border-top: 3px solid #777;
border-bottom: 3px solid #AAAAAA; border-bottom: 3px solid #777;
} }
/**** DO NOT CHANGE BELOW THIS LINE ****/


/**** DO NOT CHANGE BELOW THIS LINE ****/
div.anythingSlider .anythingWindow, div.anythingSlider .anythingWindow ul li { div.anythingSlider .anythingWindow, div.anythingSlider .anythingWindow ul li {
width: 100%; width: 100%;
} }
Expand All @@ -39,7 +40,7 @@ div.anythingSlider .anythingWindow {
} }
div.anythingSlider { div.anythingSlider {
position: relative; position: relative;
padding: 0 0px 28px 0px; padding: 0 45px 28px 45px;
} }
div.anythingSlider .anythingWindow ul { div.anythingSlider .anythingWindow ul {
/* Width below is max for Opera */ /* Width below is max for Opera */
Expand Down Expand Up @@ -71,7 +72,7 @@ div.anythingSlider .arrow a {
margin-top: -60px; margin-top: -60px;
width: 45px; width: 45px;
text-align: center; text-align: center;
background: url(/images/arrows.png) no-repeat; background: url(../images/arrows.png) no-repeat;
text-indent: -9999px; text-indent: -9999px;
} }
div.anythingSlider .forward { right: 0; } div.anythingSlider .forward { right: 0; }
Expand All @@ -91,7 +92,7 @@ div.anythingSlider .thumbNav a {
padding: 2px 8px; padding: 2px 8px;
height: 18px; height: 18px;
margin: 0 5px 0 0; margin: 0 5px 0 0;
background-image: url(/images/cellshade.png); background-image: url(../images/cellshade.png);
background-repeat: repeat-x; background-repeat: repeat-x;
text-align: center; text-align: center;
-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomleft: 5px;
Expand All @@ -103,20 +104,20 @@ div.anythingSlider .thumbNav a:hover { background-image: none; }


div.anythingSlider .start-stop { div.anythingSlider .start-stop {
z-index: 10; z-index: 10;
background: #2f7eca url(/images/cellshade.png) repeat-x center top; background: green url(../images/cellshade.png) repeat-x center top;
color: white; color: white;
padding: 2px 5px; padding: 2px 5px;
width: 40px; width: 40px;
text-align: center; text-align: center;
position: absolute; position: absolute;
text-decoration: none; text-decoration: none;
right: 0px; bottom: 4px; right: 45px; bottom: 4px;
-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px; -moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-left-radius: 5px;
} }
div.anythingSlider .start-stop.playing { background-color: #919191; } div.anythingSlider .start-stop.playing { background-color: red; }
div.anythingSlider .start-stop:hover { background-image: none; } div.anythingSlider .start-stop:hover { background-image: none; }


/* /*
Expand Down

0 comments on commit e4a4423

Please sign in to comment.