]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/GNUsocialProfileExtensions/res/style.css
035b7fbea9fbb505ca4348e3421b7045bac8442a
[quix0rs-gnu-social.git] / plugins / GNUsocialProfileExtensions / res / style.css
1 .biotitle {
2     font-weight: bold;
3 }
4 .biovalue {
5     font-style: italic;
6 }
7 #showstream ol.notices ol.notices {
8     background-image: url(/plugins/GNUsocialProfileExtensions/res/bgstripe.gif); 
9     background-repeat: repeat-y;
10     background-position: left top;
11     padding-left: 15px;
12     color: #333333;
13 }
14 #showstream ol.notices ol.notices ol.notices {
15     padding-left: 5px;
16 }
17 div.replyform {
18     display: none;
19 }