X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fdefault%2Fcss%2Fdisplay.css;h=c29bff5b064e0db06e0e67a015f416c1fc63c38e;hb=f68c47e7e06ae9040c5181eb79951a2404b6c173;hp=048b85fda11e76edd684a83111b4419283ee280b;hpb=2542305b2f4f793e44fa16e47165456fcb7460d5;p=quix0rs-gnu-social.git diff --git a/theme/default/css/display.css b/theme/default/css/display.css index 048b85fda1..c29bff5b06 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -28,10 +28,20 @@ input, textarea, select, .entity_remote_subscribe { border-color:#AAAAAA; } + +.form_settings fieldset fieldset { +background:rgba(240, 240, 240, 0.2); +box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3); +-moz-box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3); +-webkit-box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3); +} + #filter_tags ul li, .entity_send-a-message .form_notice, .pagination .nav_prev a, -.pagination .nav_next a { +.pagination .nav_next a, +.form_settings fieldset fieldset, +.entity_moderation:hover ul { border-color:#DDDDDD; } @@ -52,8 +62,8 @@ input.submit, .entity_remote_subscribe, .entity_actions a, .entity_actions input, -button.close { -background-color:#9BB43E; +.entity_moderation p, +button { box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); @@ -82,7 +92,7 @@ a, .notice-options input, .entity_actions a, .entity_actions input, -.entity_actions p { +.entity_moderation p { color:#002FA7; } @@ -90,8 +100,8 @@ color:#002FA7; .profile { border-top-color:#C8D1D5; } -.section .profile { -border-top-color:#87B4C8; +.mark-top { +border-color:#AAAAAA; } #aside_primary { @@ -136,13 +146,19 @@ button.close, .form_group_leave input.submit, .form_user_unsubscribe input.submit, .form_group_join input.submit, -.form_user_subscribe input.submit { -background-image:url(../../base/images/icons/icons-01.png); +.form_user_subscribe input.submit, +.entity_subscribe a, +.entity_moderation p, +.entity_sandbox input.submit, +.entity_silence input.submit, +.entity_delete input.submit { +background-image:url(../../base/images/icons/icons-01.gif); background-repeat:no-repeat; background-color:transparent; } -#wrap form.processing input.submit { +#wrap form.processing input.submit, +.entity_actions a.processing { background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%; cursor:wait; text-indent:-9999px; @@ -161,7 +177,8 @@ border-color:transparent; } #content, #site_nav_local_views .current a, -.entity_send-a-message .form_notice { +.entity_send-a-message .form_notice, +.entity_moderation:hover ul { background-color:#FFFFFF; } @@ -179,6 +196,12 @@ background-color:rgba(255, 255, 255, 0.7); #site_nav_local_views .current a { text-shadow: rgba(194,194,194,0.5) 1px 1px 1px; } +.processing { +background-image:url(../../base/images/icons/icon_processing.gif); +background-repeat:no-repeat; +background-position:47% 47%; +} + .error { background-color:#F7E8E8; @@ -217,7 +240,8 @@ background-position:0 1px; .form_group_join input.submit, .form_group_leave input.submit, .form_user_subscribe input.submit, -.form_user_unsubscribe input.submit { +.form_user_unsubscribe input.submit, +.entity_subscribe a { background-color:#AAAAAA; color:#FFFFFF; } @@ -226,7 +250,8 @@ color:#FFFFFF; background-position:5px -1246px; } .form_group_join input.submit, -.form_user_subscribe input.submit { +.form_user_subscribe input.submit, +.entity_subscribe a { background-position:5px -1181px; } @@ -234,9 +259,10 @@ background-position:5px -1181px; background-position: 5px -718px; } .entity_send-a-message a { -background-position: 5px -849px; +background-position: 5px -852px; } -.entity_send-a-message .form_notice { +.entity_send-a-message .form_notice, +.entity_moderation:hover ul { box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7); -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7); -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7); @@ -255,6 +281,18 @@ background-position: 5px -918px; .form_make_admin input.submit { background-position: 5px -983px; } +.entity_moderation p { +background-position: 5px -1313px; +} +.entity_sandbox input.submit { +background-position: 5px -1380px; +} +.entity_silence input.submit { +background-position: 5px -1445px; +} +.entity_delete input.submit { +background-position: 5px -1511px; +} /* NOTICES */ .notice .attachment { @@ -329,3 +367,17 @@ background-position:10% -187px; .pagination .nav_next a { background-position:105% -252px; } +.pagination .nav .processing { +background-image:url(../../base/images/icons/icon_processing.gif); +box-shadow:none; +-moz-box-shadow:none; +-webkit-box-shadow:none; +outline:none; +} +.pagination .nav_next a.processing { +background-position:90% 47%; +} +.pagination .nav_prev a.processing { +background-position:10% 47%; +} +