Removed image references.

This stylesheet is a copy from the TheAdminTheme theme, but doesn't require the images, so removed these references instead of copying over the images.
This commit is contained in:
Sipke Schoorstra
2015-07-04 11:42:50 +02:00
parent 504f484b19
commit 70697b8c5e

View File

@@ -200,7 +200,6 @@ hr {border:0; height:1px; color:#e4e5e6; background-color:#e4e5e6;}
clear:both; clear:both;
height:70px; height:70px;
margin-top:-70px; /*Top margin set negative px of footer height*/ margin-top:-70px; /*Top margin set negative px of footer height*/
background:url(images/vinesBackgroundBottom.gif) no-repeat bottom left;
} }
/* Links /* Links
@@ -247,7 +246,6 @@ ul.disc {list-style:disc inside; margin:12px 0;}
padding:.4em 0; padding:.4em 0;
} }
#header #app a { #header #app a {
background:url(images/orchardLogo.gif) no-repeat;
display:block; display:block;
height:60px; height:60px;
margin:-11px 0 0 14px; margin:-11px 0 0 14px;
@@ -306,19 +304,8 @@ ul.disc {list-style:disc inside; margin:12px 0;}
} }
#menu .expando-glyph-container .expando-glyph { #menu .expando-glyph-container .expando-glyph {
background:transparent no-repeat 0 -19px; background:transparent no-repeat 0 -19px;
background-image:url(images/menu-glyph.png);
left:160px; left:160px;
} }
#menu .expando-glyph-container .expando-glyph:hover {
background-image:url(images/menu-glyph.png);
}
#menu .expando-glyph-container.closed .expando-glyph {
background-image:url(images/menu-glyph.png);
background-position:0 3px;
}
#menu .expando-glyph-container.closed .expando-glyph:hover {
background-image:url(images/menu-glyph.png);
}
#menu .expando-glyph-container.closing .expando-glyph { #menu .expando-glyph-container.closing .expando-glyph {
-webkit-transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out;
@@ -346,7 +333,6 @@ ul.disc {list-style:disc inside; margin:12px 0;}
} }
#menu .menu-admin li h3 a, #menu .menu-admin li h3 a,
#menu .menu-admin li h3 span { /* only the h3 gets an icon by default */ #menu .menu-admin li h3 span { /* only the h3 gets an icon by default */
background-image:url(images/menu-default.png);
padding:0 0 0 20px; padding:0 0 0 20px;
} }
#menu .menu-admin a:hover, #menu .menu-admin .selected a, #menu .menu-admin .selected h3 span { #menu .menu-admin a:hover, #menu .menu-admin .selected a, #menu .menu-admin .selected h3 span {
@@ -541,12 +527,12 @@ span.message {
color:#fff; color:#fff;
} }
.info { .info {
background: url(images/info.gif) no-repeat 5px 5px #fff; background: #fff;
border:1px solid #e4e8ee; /* blue */ border:1px solid #e4e8ee; /* blue */
padding-left:26px; padding-left:26px;
} }
.error { .error {
background: url(images/error.gif) no-repeat 5px 5px #fff; background: #fff;
border:1px solid #e5cece; /* red */ border:1px solid #e5cece; /* red */
padding-left:26px; padding-left:26px;
} }
@@ -677,7 +663,6 @@ textarea {
/*----buttons----*/ /*----buttons----*/
button.remove, .remove.button, .remove.button:link, .remove.button:visited { button.remove, .remove.button, .remove.button:link, .remove.button:visited {
background-color:#DECCCA; background-color:#DECCCA;
background-image:url(images/tableHeaderBackgroundRed.gif);
border-color:#d6c9c7; border-color:#d6c9c7;
color:#5c3732; color:#5c3732;
} }
@@ -1163,37 +1148,37 @@ fieldset.delete-button {
} }
.dashboard .help-item h2.gallery .dashboard .help-item h2.gallery
{ {
background: #f1f1f2 url('images/icon-gallery.png') no-repeat 5px 50%; background: #f1f1f2 no-repeat 5px 50%;
padding-left: 40px; padding-left: 40px;
} }
.dashboard .help-item h2.friends .dashboard .help-item h2.friends
{ {
background: #f1f1f2 url('images/icon-friends.png') no-repeat 5px 50%; background: #f1f1f2 no-repeat 5px 50%;
padding-left: 40px; padding-left: 40px;
} }
.dashboard .help-item h2.start .dashboard .help-item h2.start
{ {
background: #f1f1f2 url('images/icon-settings.png') no-repeat 5px 50%; background: #f1f1f2 no-repeat 5px 50%;
padding-left: 40px; padding-left: 40px;
} }
.dashboard .help-item h2.docs .dashboard .help-item h2.docs
{ {
background: #f1f1f2 url('images/icon-docs.png') no-repeat 5px 50%; background: #f1f1f2 no-repeat 5px 50%;
padding-left: 38px; padding-left: 38px;
} }
.dashboard .help-item h2.contribute .dashboard .help-item h2.contribute
{ {
background: #f1f1f2 url('images/icon-contribute.png') no-repeat 5px 50%; background: #f1f1f2 no-repeat 5px 50%;
padding-left: 40px; padding-left: 40px;
} }
.dashboard .help-item h2.advisory .dashboard .help-item h2.advisory
{ {
background: #f1f1f2 url('images/icon-advisory.png') no-repeat 5px 50%; background: #f1f1f2 no-repeat 5px 50%;
padding-left: 40px; padding-left: 40px;
} }