status-container {border: 2px groove #eed255;padding: 10px;border-radius: 10px;
background:linear-gradient(to bottom,rgba(101, 179, 110),rgba(21, 21, 21),rgba(255,255,255,0)), url(nada);background-repeat:repeat-x,repeat; posizione di sfondo: in basso, in alto;
-moz-box-shadow: 0px -1px 4px -1px rgba(0, 0, 0, 1) ;
-webkit-box-shadow: 0px -1px 4px -1px rgba(0, 0, 0, 1) ;
box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 1) ;}
.status-body.media-body {border-bottom:none;}
.js-statusForm.statusForm .button.button-primary {margin -top:10px;}
.js-statusForm.statusForm .input-full {bordo: 1px solido #000; border-radius:10px;}
.statusForm::before {border-color: transparent #000 transparent transparent;}
.activityFeed-story:hover a.activityFeed-close.activity-close{ display:block; colore bianco }
Replies
The above code you added is wrong, it has a curley bracket at the start and not one at the end of the last line. The quickadd-options does nothing as this was some code I used to add some quickadd buttons to the status bar and so are not there by default so that line is not needed ( you probabley added it when you copied some code from my site ). Also you have added blocks of code for the same element ie the .status-container.media-frame, just add it all in one block.
like this
.status-container.media-frame{
color:#ffffff;
font-weight:bold;
width:100%; /*not really needed*/
border-radius:0 23px 0 47px;
border:2px ridge #FFF;
box-shadow:0 0 40px #e0ce82;
background-color:#000000;
}
took the words out of my fingers...
.status-container {border: 2px groove #eed255;padding: 10px;border-radius: 10px;
background:linear-gradient(to bottom,rgba(101, 179, 110),rgba(21, 21, 21),rgba(255,255,255,0)), url(nada);background-repeat:repeat-x,repeat;background-position:bottom,top;
-moz-box-shadow: 0px -1px 4px -1px rgba(0, 0, 0, 1) ;
-webkit-box-shadow: 0px -1px 4px -1px rgba(0, 0, 0, 1) ;
box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 1) ;}
.status-body.media-body {border-bottom:none;}
.js-statusForm.statusForm .button.button-primary {margin-top:10px;}
.js-statusForm.statusForm .input-full {border: 1px solid #000; border-radius:10px;}
.statusForm::before {border-color: transparent #000 transparent transparent;}
.activityFeed-story:hover a.activityFeed-close.activity-close{ display:block; color:White }
⚡JFarrow⌁
we all miss you brother. creators in need of your codes,let's make this place alive thank you!!!thank you my Master Bizz
I don't copy codes, the first person who created this is jen ,you have never had this css since I have been on your site
status-container {border: 2px groove #eed255;padding: 10px;border-radius: 10px;
background:linear-gradient(to bottom,rgba(101, 179, 110),rgba(21, 21, 21),rgba(255,255,255,0)), url(nada);background-repeat:repeat-x,repeat;background-position:bottom,top;
-moz-box-shadow: 0px -1px 4px -1px rgba(0, 0, 0, 1) ;
-webkit-box-shadow: 0px -1px 4px -1px rgba(0, 0, 0, 1) ;
box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 1) ;}
.status-body.media-body {border-bottom:none;}
.js-statusForm.statusForm .button.button-primary {margin-top:10px;}
.js-statusForm.statusForm .input-full {border: 1px solid #000; border-radius:10px;}
.statusForm::before {border-color: transparent #000 transparent transparent;}
.activityFeed-story:hover a.activityFeed-close.activity-close{ display:block; color:White }
i added the perfect css thanks for making the remark