2 font-family: "Comic Sans MS", sans !important;
5 .wall-item-content-wrapper {
9 .wall-item-content-wrapper.comment {
10 background: #ffffff !important;
11 border-left: 1px solid #EEE;
18 .comment-edit-text-empty, .comment-edit-text-full {
20 border-left: 1px solid #EEE;
24 .comment-edit-wrapper, .comment-wwedit-wrapper {
25 background: #ffffff !important;
45 .wall-item-photo, .photo, .contact-block-img, .my-comment-photo {
47 -moz-border-radius: 3px;
51 .wall-item-photo.comment {
61 background:#EEEEEE; /* default background for browsers without gradient support */
63 background:-webkit-gradient(linear, 0 0, 0 100%, from(#EEEEEE), to(#ffffff));
64 background:-moz-linear-gradient(#EEEEEE, #ffffff);
65 background:-o-linear-gradient(#EEEEEE, #ffffff);
66 background:linear-gradient(#EEEEEE, #ffffff);
67 -webkit-border-radius:10px;
68 -moz-border-radius:10px;
72 /* Variant : for left/right positioned triangle
73 ------------------------------------------ */
75 .triangle-isosceles.left {
78 border: 2px solid #CCCCCC;
82 ------------------------------------------------------------------------------------------------------------------------------- */
84 /* creates triangle */
85 .triangle-isosceles:after {
88 bottom:-8px; /* value = - border-top-width - border-bottom-width */
89 left:30px; /* controls horizontal position */
90 border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
92 border-color:#f8f8f8 transparent;
93 /* reduce the damage in FF3.0 */
99 ------------------------------------------ */
101 .triangle-isosceles.left:after {
102 top:12px; /* controls vertical position */
103 left:-30px; /* value = - border-left-width - border-right-width */
105 border-width:10px 30px 10px 0;
106 border-color:transparent #f8f8f8;