Minor updates to theme preview toolbar and classic CSS.

--HG--
branch : dev
This commit is contained in:
Jonathan Wall
2010-03-10 12:19:44 -08:00
parent f3d42957de
commit ce28540efe
2 changed files with 15 additions and 15 deletions

View File

@@ -14,13 +14,13 @@
html.dyn #themepreview button.preview { display:none; }
#themepreview button.cancel { float:right; }
#themepreview { background: #000 url('<%=ResolveUrl("../../Styles/Images/toolBarBackground.gif") %>') repeat-x left top; font-size:15px; padding:5px; }
#themepreview { background: #2D2F25 url('<%=ResolveUrl("../../Styles/Images/toolBarBackground.gif") %>') repeat-x left top; font-size:15px; padding:5px; border-bottom:1px solid #494d4d;}
/* Button styles */
#themepreview button { font-size: 13px; padding:2px 4px; margin: 0 0 0 10px; text-align:center; color:#f1f1f1; border:1px solid; border-top-color:#191d1d; border-right-color:#494d4d; border-bottom-color:#494d4d; border-left-color:#171c1c; background:#2a2626 url('<%=ResolveUrl("../../Styles/Images/toolBarActiveButtonBackground.gif") %>') repeat-x left center; }
#themepreview button { font-size: 13px; padding:2px 4px; margin: 0 0 0 10px; text-align:center; color:#f1f1f1; border:1px solid; border-top-color:#191d1d; border-right-color:#494d4d; border-bottom-color:#494d4d; border-left-color:#202626; background:#2a2626 url('<%=ResolveUrl("../../Styles/Images/toolBarActiveButtonBackground.gif") %>') repeat-x left center; }
/* Hover for buttons */
#themepreview button:hover { color:#fdcc64; border:1px #494d4d solid; cursor:pointer; background:#2a2626 url('<%=ResolveUrl("../../Styles/Images/toolBarHoverButtonBackground.gif") %>') repeat-x left center; }
#themepreview button:hover { color:#fdcc64; border:1px #545959 solid; cursor:pointer; background:#2a2626 url('<%=ResolveUrl("../../Styles/Images/toolBarHoverButtonBackground.gif") %>') repeat-x left center; }
</style>
<div id="themepreview">

View File

@@ -24,6 +24,7 @@ body {
text-align:left;
color:#373737;
background:#fdfdfd;
background:#f7f7f7;
/*background:#E5E5E5 url(../Content/Images/bodyBackgroundgrey.gif) repeat-x scroll left top;*/
}
@@ -43,10 +44,12 @@ h1.sitename {border-bottom:none;}
p {line-height:24px; margin:12px 0 32px 0;}
p.small {line-height:24px; font-size:85%;}
a {
color:#004386;
text-decoration:none;
}
a {color:#004386; text-decoration:none;} /* unvisited link */
a:active {color: #004386;} /* selected link */
a:visited {color: #004386;} /* visited link */
a:hover {color: #087df3;} /* mouse over link */
#content a:hover, #sidebar a:hover {text-decoration:underline;}
ul.square {list-style:square; list-style-position:inside; line-height:24px; margin:0 0 0 12px;}
ol.decimal {list-style:decimal; list-style-position:inside; line-height:24px; margin:0 0 0 12px;}
@@ -176,7 +179,7 @@ td.even {
#wrapper {
width:985px;
display:block;
margin:0em auto;
margin:0px auto 10px auto;
background:#fff;
border:1px solid #f1f1f1;
}
@@ -208,20 +211,18 @@ td.even {
#footercontainer {
clear:both;
border:2px solid #69625e;
border-top:2px solid #69625e;
width:930px;
background:#69625e;
margin:18px 0;
margin:18px 0 0 0;
}
#footer {
border:1px solid #fff;
margin:3px;
border-top:1px solid #69625e;
margin-top:3px;
}
#footer a{
text-transform:uppercase;
color:#fff;
}
@@ -252,7 +253,6 @@ td.even {
#footer .menucontainer {
font-size:80%;
float:left;
margin:0px;
}