embedded styles
-
I’ve subscribed to customise CSS but embedded styles from the default kubrick style sheet are overriding background colour styles Im trying to customise. Whenever I save I’ve been sure to check that the ‘starting from scratch’ option is checked so I cant figure where its getting this kubrick stuff from. Does anyone know how to switch this off or stop this happening?
Here is the code that get embedded:
.quicklinks a img{background:transparent;border:0;padding:0} .quicklinks a:hover{background:#2c77a4;color:#fff} .quicklinks small a{display:inline} .quicklinks ul{list-style:none;margin:0;padding:0;text-align:left} .quicklinks ul li{float:left;margin:0;padding:0} .quicklinks ul li.blogmeta{margin-top:0.5em} #wpcombar{background:url('https://s-ssl.wordpress.com/i/wpcombar_bkg.png?m=1391188133i') #14568a no-repeat 50% 0;border-bottom:1px solid #3285ae;color:#fff;font:12px "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;height:27px;left:0;margin:0;position:absolute;top:0;width:100%} #wpcombar .menupop a span{background:url('https://s-ssl.wordpress.com/i/bullet_arrow_down.gif?m=1154035065i') no-repeat 100% 0;padding-right:1.5em} #wpcombar .menupop li{float:none;margin:0;padding:0} #wpcombar .menupop ul{background:#14568a;border:1px solid #3285ae;border-width:0 1px 1px;left:-999em;position:absolute} #wpcombar .quicklinks a,.blogmeta{border:none;color:#c3def1;display:block;font:12px "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;font-weight:normal;letter-spacing:normal;padding:0.5em 1em;text-decoration:none} body {padding-top: 28px;} body { background: url("https://s-ssl.wordpress.com/wp-content/themes/default/images/kubrickbgcolor.gif?m=1273203575i"); } #page { background: url("https://s-ssl.wordpress.com/wp-content/themes/default/images/kubrickbg.gif?m=1273203575i") repeat-y top; border: none; } #header { background: url("https://s-ssl.wordpress.com/wp-content/themes/default/images/kubrickheader.gif?m=1273203575i") no-repeat bottom center; } #footer { background: url("https://s-ssl.wordpress.com/wp-content/themes/default/images/kubrickfooter.gif?m=1273203575i") no-repeat bottom; border: none;} #header { margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; } #headerimg { margin: 7px 9px 0; height: 192px; width: 740px; } #headerimg h1 a, #headerimg h1 a:visited, #headerimg .description { color: ; -
.quicklinks a img{background:transparent;border:0;padding:0} .quicklinks a:hover{background:#2c77a4;color:#fff} .quicklinks small a{display:inline} .quicklinks ul{list-style:none;margin:0;padding:0;text-align:left} .quicklinks ul li{float:left;margin:0;padding:0} .quicklinks ul li.blogmeta{margin-top:0.5em} #wpcombar{background:url('https://s-ssl.wordpress.com/i/wpcombar_bkg.png?m=1391188133i') #14568a no-repeat 50% 0;border-bottom:1px solid #3285ae;color:#fff;font:12px "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;height:27px;left:0;margin:0;position:absolute;top:0;width:100%} #wpcombar .menupop a span{background:url('https://s-ssl.wordpress.com/i/bullet_arrow_down.gif?m=1154035065i') no-repeat 100% 0;padding-right:1.5em} #wpcombar .menupop li{float:none;margin:0;padding:0} #wpcombar .menupop ul{background:#14568a;border:1px solid #3285ae;border-width:0 1px 1px;left:-999em;position:absolute} #wpcombar .quicklinks a,.blogmeta{border:none;color:#c3def1;display:block;font:12px "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;font-weight:normal;letter-spacing:normal;padding:0.5em 1em;text-decoration:none} body {padding-top: 28px;}This stuff is for the blue admin bar at the top of your screen when you’re signed in.
The other stuff is from Kubrick; are you sure you are using the correct element names when changing stuff? Have you tried selecting “Add to existing stylesheet”?
- The topic ‘embedded styles’ is closed to new replies.