Commit 53e90b4c769d28751e82b46c47844c262147a1d7

Authored by Gustavo Cruz
1 parent 9b2eccf7

updating theme

Showing 1 changed file with 52 additions and 0 deletions   Show diff stats
style.css
... ... @@ -787,6 +787,13 @@ p {
787 787 margin-top: 5px;
788 788 }
789 789  
  790 +
  791 +#page-comment-form .post_comment_box {
  792 + display: inline-block;
  793 + padding: 5px;
  794 + text-align: left;
  795 +}
  796 +
790 797 /* fim de comentário*/
791 798  
792 799 /*paginação*/
... ... @@ -1372,6 +1379,7 @@ input.button.with-text {
1372 1379 #content form input.button.submit {
1373 1380 height: 32px;
1374 1381 max-height: 32px;
  1382 + margin-right: 5px;
1375 1383 }
1376 1384  
1377 1385 #content #article-actions input.button:hover,
... ... @@ -3129,3 +3137,47 @@ body.action-embed-index {
3129 3137 }
3130 3138  
3131 3139 /* }}} */
  3140 +
  3141 +/*estilos do HUB*/
  3142 +
  3143 +.hub .post{
  3144 + background: url("images/hub-time-bg.gif") repeat-y left top #fff;
  3145 +}
  3146 +
  3147 +.hub .remove{
  3148 + background: url("images/hub-remove-icon.png") no-repeat center center #fff;
  3149 +}
  3150 +
  3151 +.hub .promote{
  3152 + background: url("images/hub-promote-icon.png") no-repeat center center #fff;
  3153 +}
  3154 +
  3155 +.hub .pin{
  3156 + background: url("images/hub-pin-icon.png") no-repeat center center #fff;
  3157 +}
  3158 +.hub ul.settings li{
  3159 + position: relative;
  3160 + background: url("images/hub-arrow-right.png") no-repeat scroll 95% 50% #ED8E01;
  3161 + overflow: hidden;
  3162 + z-index:999;
  3163 +}
  3164 +
  3165 +
  3166 +
  3167 +.hub ul.settings li.twitter:hover{
  3168 + background: url("images/hub-arrow-up.png") no-repeat scroll 95% 50% #ED8E01;
  3169 + min-height: 50px;
  3170 + height: auto;
  3171 +}
  3172 +
  3173 +.hub ul.settings li.twitter label{
  3174 + color: white;
  3175 + display: block;
  3176 + font-style: oblique;
  3177 + line-height: 1.5em;
  3178 + margin-bottom: 5px;
  3179 +}
  3180 +
  3181 +.hub ul.settings li.twitter input{margin-bottom: 10px; margin-right: 5px;}
  3182 +
  3183 +.hub ul.settings li.twitter input.btn-ok {}
... ...