1 @import url('../duepuntozero/style.css');
4 font-family: "Comic Sans MS", sans !important;
7 .wall-item-content-wrapper {
11 .wall-item-content-wrapper.comment {
12 background: #ffffff !important;
13 border-left: 1px solid #EEE;
20 .comment-edit-text-empty, .comment-edit-text-full {
22 border-left: 1px solid #EEE;
26 .comment-edit-wrapper, .comment-wwedit-wrapper {
27 background: #ffffff !important;
47 .wall-item-photo, .photo, .contact-block-img, .my-comment-photo {
49 -moz-border-radius: 3px;
53 .wall-item-photo.comment {
63 background:#EEEEEE; /* default background for browsers without gradient support */
65 background:-webkit-gradient(linear, 0 0, 0 100%, from(#EEEEEE), to(#ffffff));
66 background:-moz-linear-gradient(#EEEEEE, #ffffff);
67 background:-o-linear-gradient(#EEEEEE, #ffffff);
68 background:linear-gradient(#EEEEEE, #ffffff);
69 -webkit-border-radius:10px;
70 -moz-border-radius:10px;
74 /* Variant : for left/right positioned triangle
75 ------------------------------------------ */
77 .triangle-isosceles.left {
80 border: 2px solid #CCCCCC;
84 ------------------------------------------------------------------------------------------------------------------------------- */
86 /* creates triangle */
87 .triangle-isosceles:after {
90 bottom:-8px; /* value = - border-top-width - border-bottom-width */
91 left:30px; /* controls horizontal position */
92 border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
94 border-color:#f8f8f8 transparent;
95 /* reduce the damage in FF3.0 */
101 ------------------------------------------ */
103 .triangle-isosceles.left:after {
104 top:12px; /* controls vertical position */
105 left:-30px; /* value = - border-left-width - border-right-width */
107 border-width:10px 30px 10px 0;
108 border-color:transparent #f8f8f8;