rounded icons

Jan 09, 2013 00:49

I wanted to have rounded icons for a layout I made. It looks good in IE and FF but Chrome isn't cooperating with me. The layout can de found at mixedfeeling


/* Cleaned CSS: */
/* made by eunkyung
style -- Flexible Squares s2 */

@font-face {
font-family: 'Merienda';
font-style: normal;
font-weight: normal;
src: url('http://themes.googleusercontent.com/static/fonts/merienda/v1/hLQGWY9xE9LLwIMg4tjgovesZW2xOQ-xsNqO47m55DA.eot');
}

@font-face {
font-family: 'Merienda';
font-style: normal;
font-weight: normal;
src: local('Merienda'), url('http://themes.googleusercontent.com/static/fonts/merienda/v1/4NYVQDcgs3Fbi_xdFMC7lPesZW2xOQ-xsNqO47m55DA.woff') format('woff');
}

@font-face {
font-family: 'Neucha';
font-style: normal;
font-weight: normal;
src: url('http://themes.googleusercontent.com/static/fonts/neucha/v4/-d564f4b-Rd1kM7Rg2v2cQ.eot');
}

@font-face {
font-family: 'Neucha';
font-style: normal;
font-weight: normal;
src: local('Neucha'), url('http://themes.googleusercontent.com/static/fonts/neucha/v4/Z14xx5NkAnXABtaPytVZVA.woff') format('woff');
}

BODY{
margin-left: ;
background-color: #fff;
background-image: url("http://i.imgur.com/5FgA8.png");
background-repeat: repeat;
text-align: left;
font-size: 9pt;
color: #8f8f8f;
font-family: "Trebuchet Ms", sans-serif;
}

body{margin: 0; }

b {
color: #a8a8a8;
}

strong {
font-family: tahoma;
font-weight: bold;
}

a, a:link, a:visited {
font-family: "arial" Helvetica, sans-serif;
cursor: default;
color: #a8a8a8;
font-weight: none;
letter-spacing: 0px;
text-decoration: none;
}

a:hover{
font-family: "arial" Helvetica, sans-serif;
cursor: default;
color: #c5c5c5;
font-weight: none;
text-decoration: none;
}

blockquote {
margin: 5px 5px;
padding: 4px;
color: #242424;
font-size: 9pt;
background: #fff;
background-image: url("http://i.imgur.com/8fkPx.png");
background-repeat: repeat;
text-align: justify;
}

#content {
width: 910px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
}

#maincontent {
margin: 20px 240px 5px 0px;
}

/* sidebar */

#sidebar {
width: 210px;
margin-top: 20px;
padding-top: 0px;
padding-left: 10px;
padding-right: 10px;
background: #f7f7f7;
background-image: url("http://i.imgur.com/SBamU.png");
color: #8f8f8f;
font-family: Neucha;
font-size: 10pt;
text-align: justify;
float: right;
border: 1px solid #d8d8d8;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=0,strength=2)
progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=2)
progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=180,strength=2)
progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=270,strength=2)
-moz-box-shadow: 0 0 1em #dddddd;
box-shadow:1px 1px 2px #A6A6A6;
}

div#sidebar a, div#sidebar a:link, div#sidebar a:visited {
color: #000;
text-decoration: none;
font-weight: none;
}

div#sidebar a:hover {
text-decoration: none;
color: #fff;
}

.defaultuserpic {
padding-top: 10px;
text-align: center;
border-color: 10px solid #FEFEFE;
}

.sbarheader {
padding: 0px 5px 0px 5px;
}

.sbarbody {
padding: 0px 3px 5px 3px;
}

.sbarbody2 {
padding: 0px 8px 5px 8px;
}

table.calendar {
margin-right: auto;
margin-left: auto;
}

.sbarcalendar {
padding-right: 6px; padding-left: 6px;
border: 1px solid #e1e1e1;
background: #f4f4f4;
text-align: right;
font-family: "arial", Helvetica, sans-serif;
color: #999999;
font-size: 8pt;
}

.sbarcalendarposts {
padding-right: 6px; padding-left: 6px;
border: 1px solid #e1e1e1;
background: #f4f4f4;
text-align: right;
font-family: "arial", Helvetica, sans-serif;
color: #73c8cb;
font-size: 8pt;
}

ul.sbarlist {
margin-left: 0px;
list-style: none;
padding-left: 0px;
}

li.sbaritem {
margin: 2px 3px 2px 3px;
padding-left: 5px;
list-style: none;
background-color: #ff6ea0;
border-bottom: 0px #e6dcd6 solid;
}

li.sbaritem:hover {
background-color: #f3b633;
}

li.sbartitle {
list-style: none;
margin-right: 0px;
text-align: center;
font-weight: normal;
padding: 0px 0px 4px 0px;
border-bottom: 1px solid #d8d8d8;
color: #000;
font-family: Merienda;
font-size: 14pt;
}

ul.ljtaglist li {
padding: 0px;
margin: 5px;
list-style: decimal-leading-zero;
list-style-position: outside;
background: #fff;
}

.nav a {border-bottom: 0px solid #e6dcd6; border-top: 2px solid #e2e7e1; color: #9f8449; display: block; font-family: tahoma; font-size: 8pt; text-transform: lowercase; padding: 3px; line-height: 10px; background-color: #eeeeee;}
.nav a:hover {color: #9f8449; text-decoration: none; background-color: #f5f5f5;}
.nav br {display: none;}

/* header, footer */

#header {
color: #000;
margin: 0 auto 0px;
text-align: left;
font-family: Neucha;
font-size: 13pt;
font-weight: normal
padding: 0 0 0px;
}

#footer {
width: auto;
margin-top: 10px;
margin-bottom: 0px;
padding: 8px 0px 8px 5px;
text-align: right;
text-transform: lowercase;
letter-spacing: 1px;
background-image: url("");
background-repeat: repeat;
font-family: Neucha;
font-size: 14pt;
font-weight: normal;
color: #000;
}

div#header a, div#header a:link, div#header a:visited{
padding: 15px;border-left: 0px solid #232323; margin:0 0 0 -6px;
}

div#footer a, div#footer a:link, div#footer a:visited {
font-family: Neucha;
color: #8f8f8f;
font-size: 14pt;
font-weight: normal;
padding: 5px 5px 5px 5px;
text-transform: lowercase;
border-top: 0px solid #d3e2eb;
}

div#header li.view:hover, div#header a:hover {
background-color:#ff6ea0;
color:#ffffff;
}

div#footer a:hover {
font-family: Neucha;
color: #000000;
font-size: 14pt;
font-weight: normal;
padding: 5px 5px 5px 5px;
text-transform: lowercase;
}

ul.navheader{
padding: 15px 0;
margin: 0px;
background-color:#000000;
}

ul.navheader li {
display: inline;
margin: px 0px 0px;
list-style-type: none;
}
ul.navheader li a:hover {

background-color: #303934;
color: #c58c35;
}

div#header li.view {
background-color: #ff6ea0;
padding: 15px;
border-left: 0px solid #232323;
margin:0 0 0 -7px;
}

#footer .viewing {
}

ul.navfooter {
padding: 0px;
margin: 0px;
}

ul.navfooter li {
display: inline;
margin: 0 0px 0 0px;
}

/* title, substitle */

.title {
background-color: transparent !important;
text-align: left;
color: #ecc778;
font-family: Merienda;
font-size: 17pt;
letter-spacing: 2pt;
padding-top: 10px;
padding-left: 10px;
}

.subtitle {
display: none;
text-align: left;
color: #FEFEFE;
font-family: "Microsoft Sans Serif", sans-serif;
font-size: 1pt;
letter-spacing: 2pt;
}

/* tags page, tags */

.ljtaglist {
list-style-type: none;
padding: 0px;
margin: -1px 20px 0px 20px;
margin-left: 70px; width: 50%;
text-transform: uppercase;
text-align: left;
}

.ljtaglist li {
border-bottom: 1px solid #cccccc;
padding: 5px 2px 5px 20px;
color: #c5c5c5;
}

H2 {
margin: 30px 0px 10px 90px;
text-align: left;
padding: 2px 2px 2px 10px;
line-height: 12px;
font-weight: normal;
font-style: italic;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0px;
font-family: arial;
color: #888888;
}

ul.ljtaglist {
color: #bbb;
font-family: "Tahoma", Helvetica, sans-serif;
font-size: 8pt;
padding: 8px 8px 8px 12px;
border: 0px solid #FEFEFE;
background: #FEFEFE;
text-align: left;
margin-right: auto;margin-left: auto; padding: 35px;
}

.ljtags {
margin-top: 12px;
color: #c5c5c5;
font-size: 8pt;
font-weight: normal;
background: url(http://i42.tinypic.com/258md5u.png) 1px 1px no-repeat;
padding-left: 18px;
}

.ljtags a, .ljtags a:link, .ljtags a:visited {
color: #353535;
font-size: 8pt;
text-transform: lowercase;
font-weight: light;
}

/* subcontent, entry */
.subcontent {
padding-left: 10px;
padding-top: 10px;
background: #f7f7f7;
background-image: url("http://i.imgur.com/SBamU.png");
border: 1px solid #d8d8d8;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=0,strength=2)
progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=2)
progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=180,strength=2)
progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=270,strength=2)
-moz-box-shadow: 0 0 1em #dddddd;
box-shadow:1px 1px 2px #A6A6A6;
}

.entry{
padding: 5px 20px 20px 0px;
border-left: 0px solid #fff;
border-right: solid #77cfe0 0px;
margin: 5px 10px 0px 10px;
color: #8f8f8f;
font-family: Neucha;
font-size: 10pt;
text-align: justify;
min-height: 70px;
}

.entry ul li {
padding-left: 10px;
margin-left: 0px;
list-style: decimal-leading-zero;
list-style-position: outside;
}

.entry ol li {
padding-left: 0px;
margin-left: 0px;
list-style: decimal-leading-zero;
list-style-position: outside;
}

/* userpic, userpic friends */

.userpic, .userpicfriends {
width: 100px;
height: 100px;
position: relative;
float: left;
padding: 0px;
margin-right: 10px;
margin-left: -130px;
margin-top: -11px;
background-color: transparent !important;
border: 0px solid #946063;
-webkit-border-radius: 70px;
-moz-border-radius: 70px;
-ms-border-radius: 70px;
-o-border-radius: 70px;
border-radius: 70px;
}

.userpic img, .userpicfriends img, .defaultuserpic img{
background: #f7f7f7;
padding: 7px;
width: 100px;
height: 100px;
border: 1px solid #d8d8d8;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
-o-border-radius: 60px !important;
border-radius: 60px;
}

.userpic font {
color: #d6d5d5 !important;
text-transform: uppercase;
}

.userpicfriends font {
color: #d6d5d5 !important;
text-transform: uppercase;
}

.userpicfriends {font-size: 3; align: center;}

.userpicfriends a{ display: yes;}

/* date, subject, comments, currents */

.date{
margin-left: 0px;
margin-top: 0px;
text-align: left;
padding: 5px 0 0 10px;
color: #000;
font-family: "Trebuchet Ms" Helvetica, sans-serif;
font-size: 8pt;
text-transform: uppercase;
letter-spacing: 1px;
}

.subject {
padding-left: 10px;
margin-bottom:0px;
padding-top:0px;
font-weight: normal;
padding-bottom: 2px;
color: #FF80B9;
font-family: Merienda;
font-size: 13pt;
border-right: solid #77cfe0 0px;
text-transform: uppercase;
letter-spacing: 1px;
}

.subject a, .subject a:link, .subject a:visited {
font-family: Merienda;
color: #8f8f8f;
text-transform: uppercase;
font-weight: normal;
font-size: 13pt;
}

.subject a:hover {
color: #000;
}

.datesubject {
background-color: #deff65;
margin-right: 10px;
padding-left: 0px;
border-bottom: 0px solid #d8d8d8;
}

.currents strong, .currentmood strong, .currentmusic .currentlocation, .ljtags strong {
color: #777777;
font-size: 8pt;
text-transform: ;
}

.currents, .currentmood, .currentmusic, .currentlocation {
color: #777777;
font-size: 8pt;
}

.currentlocation a, .currentlocation a:link, .currentlocation a:visited {
color: #deff65;
font-size: 8pt;
font-weight: normal;
}

.currentlocation a:hover, .ljtags a:hover {
color: #999;
font-size: 8pt;
font-weight: normal;
}

.currentlocation {
height: 16px;
background: url('http://img5.imageshack.us/img5/3871/045t.png') 4px 2px no-repeat;
padding-left: 18px;
}

.currentmood {
background: url('http://img25.imageshack.us/img25/9614/035a.png') 4px 2px no-repeat;
padding-left: 18px;
padding-bottom: 2px;
}

.currentmusic {
height: 18px;
background: url('http://img5.imageshack.us/img5/7127/056m.png') 4px 2px no-repeat;
padding-left: 18px;
}

.currentgroups {
padding-left: 20px;
height: 18px;
background: url('http://i43.tinypic.com/x9kir.jpg') 1px 1px no-repeat;
}

.comments {
width: 635px;
font-family: "Trebuchet Ms", sans-serif;
font-size: 8pt;
text-align: right;
font-weight: none;
padding: 6px;
position: relative;
margin-left: -10px;
top: 4px;
background-color: #f3b633;
text-transform:lowercase;
letter-spacing: 0px;
}

div.comments a, div.comments a:link, div.comments a:visited {
color: #666666;
text-transform: uppercase;
}

div.comments a:hover {
color: #fff;
text-transform: uppercase;
}

/* other */

.clear {
display: none;
height: 0px;
}

/* header */

.headerimage {
position: relative;
width: 0px;
height: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background-image: url('');
background-repeat: no-repeat;
}

.separator {
background-color: transparant;
height: 10px;
}

.datesubjectcomment {
background-color: #f7f7f7;
padding: 5px;
margin-top: 20px;
color: #c9c9c9;
border-bottom: 1px dashed #cccccc;
}

.userpiccomment {
position: relative;
top: -10px;
margin: 0px 10px 0px 0px;
z-index: 15;
float: left;
height: 100px;
width: 100px;
background: #f7f7f7;
padding: 3px;
border: 1px solid #cccccc;
}

.box {
clear: left;
color: #242424;
}

input, textarea {
background-color: #f7f7f7;
padding: 3px;
font-size: 10px;
font-family: "Trebuchet Ms", sans-serif;
color: #FF69B9;
border: 1px solid #cccccc;
}

textarea.textbox {
width: 100% !important;
border: 1px solid #cccccc;
}

.reply {
position: relative;
margin: 20px 30px 10px 30px;
padding: 25px 10px 10px 10px;
text-align: left;
font-family: "Trebuchet Ms", sans-serif;
font-size: 10px;
line-height: 125%;
background-color: #f7f7f7;
color: #c9c9c9;
}

.replytosubject {
font-weight: bold;
}

.commentreply {
position: relative;
margin: 10px;
font-size: 10px;
font-family: "verdana", sans-serif;
color: #c9c9c9;
}

.commentbox {
padding: 10px;
margin: 10px;
background-color: #f7f7f7;
}

.commentboxpartial {
padding: 10px;
margin: 10px;
background-color: #f7f7f7;
}

.commentinfo {
background-color: #f7f7f7;
margin-top: 10px;
width: 100%;
}

.skiplinks {
text-align: center;
padding: 10px;
color: #fff;
background-color: #f7f7f7;
border-top: 1px solid #d8d8d8;
border-left: 1px solid #d8d8d8;
border-right: 1px solid #d8d8d8;
}

/* tiny icons */

/* Generated by Malionette's Tiny Icon Generator
http://malionette.net/generator/tinylite.html */

span.i-ljuser img[src*="img/userinfo.gif"] {width: 0 !important; height: 0 !important;
background: transparent url(http://i.imgur.com/2aJvs.png) no-repeat !important; padding: 16px 0 0 18px !important; }
span.i-ljuser img[src*="img/community.gif"] {width: 0 !important; height: 0 !important;
background: transparent url(http://i.imgur.com/vLyZg.png) no-repeat !important; padding: 16px 0 0 18px !important; }
img[src*="img/icon_protected.gif"] {width: 0 !important; height: 0 !important;
background: transparent url(http://i.imgur.com/K9JN5.png) no-repeat !important; padding: 16px 0 0 16px !important; }

What code am I missing?

entry usericon and username

Previous post Next post
Up