diff options
Diffstat (limited to 'mayor-orig/www/skin/classic/module-naplo/css')
-rw-r--r-- | mayor-orig/www/skin/classic/module-naplo/css/orarend/orarend.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mayor-orig/www/skin/classic/module-naplo/css/orarend/orarend.css b/mayor-orig/www/skin/classic/module-naplo/css/orarend/orarend.css index 4acdd988..0cfda59b 100644 --- a/mayor-orig/www/skin/classic/module-naplo/css/orarend/orarend.css +++ b/mayor-orig/www/skin/classic/module-naplo/css/orarend/orarend.css @@ -202,6 +202,17 @@ div.unfinished { table.orarend div.orarendTools span.dolgozat:hover { color: orange;} table.orarend div.orarendTools span.bezar:hover { color: #f06; } + h2.mayorSocialEdition { + text-align: center; + background-color: #f06; + width: 220px; + margin: auto; + color: #fff; + margin-bottom: 8px; + border-radius: 4px; + padding: 2px; + } + .animated { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; @@ -273,6 +284,9 @@ div.unfinished { color: #dddddd; text-shadow: 0px 1px black;white-space:nowrap;font-size:xx-small; font-weight:normal; width:100%; text-align: center; } + table.orarend div.orarendTools { display:none; } + h2.mayorSocialEdition { display:none; } + } sup, sub { |