From c4fe4e6bf19df981ba54dee1eeaa906ab703b3b2 Mon Sep 17 00:00:00 2001 From: uidoyen Date: Mon, 11 Jan 2021 14:53:27 +0530 Subject: [PATCH] Removing stylesheets --- assets/stylesheets/common.css | 230 --------------------- assets/stylesheets/modules/buffer.css | 14 -- assets/stylesheets/modules/delicious.css | 155 -------------- assets/stylesheets/modules/disqus.css | 151 -------------- assets/stylesheets/modules/facebook.css | 12 -- assets/stylesheets/modules/flattr.css | 29 --- assets/stylesheets/modules/gplus.css | 10 - assets/stylesheets/modules/hackernews.css | 128 ------------ assets/stylesheets/modules/linkedin.css | 12 -- assets/stylesheets/modules/mail.css | 12 -- assets/stylesheets/modules/pinterest.css | 15 -- assets/stylesheets/modules/reddit.css | 8 - assets/stylesheets/modules/stumbleupon.css | 10 - assets/stylesheets/modules/tumblr.css | 12 -- assets/stylesheets/modules/twitter.css | 11 - assets/stylesheets/modules/xing.css | 16 -- assets/stylesheets/socialshareprivacy.css | 16 -- 17 files changed, 841 deletions(-) delete mode 100644 assets/stylesheets/common.css delete mode 100644 assets/stylesheets/modules/buffer.css delete mode 100644 assets/stylesheets/modules/delicious.css delete mode 100644 assets/stylesheets/modules/disqus.css delete mode 100644 assets/stylesheets/modules/facebook.css delete mode 100644 assets/stylesheets/modules/flattr.css delete mode 100644 assets/stylesheets/modules/gplus.css delete mode 100644 assets/stylesheets/modules/hackernews.css delete mode 100644 assets/stylesheets/modules/linkedin.css delete mode 100644 assets/stylesheets/modules/mail.css delete mode 100644 assets/stylesheets/modules/pinterest.css delete mode 100644 assets/stylesheets/modules/reddit.css delete mode 100644 assets/stylesheets/modules/stumbleupon.css delete mode 100644 assets/stylesheets/modules/tumblr.css delete mode 100644 assets/stylesheets/modules/twitter.css delete mode 100644 assets/stylesheets/modules/xing.css delete mode 100644 assets/stylesheets/socialshareprivacy.css diff --git a/assets/stylesheets/common.css b/assets/stylesheets/common.css deleted file mode 100644 index f9ee294d18e..00000000000 --- a/assets/stylesheets/common.css +++ /dev/null @@ -1,230 +0,0 @@ -.social_share_privacy_area { - clear: both; - margin: 5px 0; - list-style-type: none; - padding: 0; - width: auto; - display: block; -} -.social_share_privacy_area.line { - height: 25px; - line-height: 16px; -} -.social_share_privacy_area.box { - width: 95px; -} -.social_share_privacy_area li { - margin: 0 !important; - padding: 0 !important; - list-style-type: none !important; -} -.social_share_privacy_area.box li { - text-align: center; -} -.social_share_privacy_area.line li { - height: 21px; - float: left; -} -.social_share_privacy_area li .dummy_btn { - cursor: pointer; - padding: 0; - height: inherit; -} -.social_share_privacy_area.line li .dummy_btn { - float: left; - margin: 0 20px 0 10px; -} -.social_share_privacy_area.box li .dummy_btn { - margin-bottom: 10px; -} -.social_share_privacy_area li .dummy_btn img.privacy_dummy, -.social_share_privacy_area li .dummy_btn iframe { - vertical-align: bottom; -} -.social_share_privacy_area li .dummy_btn iframe { - overflow: hidden; - height: inherit; - width: inherit; - border-style: none; -} -.social_share_privacy_area.line li { - display: inline-block; -} -/* Switch begin */ -.social_share_privacy_area li .switch { - display: inline-block; - text-indent: -9999em; - background: transparent url(../images/socialshareprivacy_on_off.png) no-repeat 0 0 scroll; - width: 23px; - height: 12px; - overflow: hidden; - margin: 4px 0 0; - padding: 0; - cursor: pointer; -} -.social_share_privacy_area.line li .switch { - float: left; -} -.social_share_privacy_area li .switch.on { - background-position: 0 -12px; -} -/* Switch end */ -/* Tooltips begin */ -.social_share_privacy_area li.help_info { - position: relative; -} -.social_share_privacy_area li.settings_info, -.social_share_privacy_area li.help_info .info { - text-align: left; -} -.social_share_privacy_area li.help_info .info, -.social_share_privacy_area li .help_info.icon .info { - display: none; - position: absolute; - bottom: 40px; - width: 290px; - padding: 10px 15px; - margin: 0; - font-size: 12px; - line-height: 16px; - font-weight: bold; - border: 1px solid #ccc; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - border-radius: 4px; - -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.4); - -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4); - box-shadow: 0px 0px 15px rgba(0,0,0,0.4); - background-color: #fdfbec; - color: #000; - z-index: 500; -} -.social_share_privacy_area.line li.help_info .info, -.social_share_privacy_area li .help_info.icon .info { - left: 0; -} -.social_share_privacy_area.box li.help_info .info { - left: 100%; - top: 0px; - bottom: auto; -} -.social_share_privacy_area li .help_info.icon .info { - width: 350px; -} -.social_share_privacy_area li.help_info.display .info, -.social_share_privacy_area li .help_info.icon.display .info { - display: block; -} -.social_share_privacy_area li.help_info.info_off.display .info { - display: none; -} -.social_share_privacy_area li .help_info.icon { - background: #fff url(../images/socialshareprivacy_info.png) no-repeat center center scroll; - width: 25px; - height: 20px; - position: relative; - display: inline-block; - vertical-align: top; - border: 2px solid #e7e3e3; - border-right-width: 0; - -moz-border-radius: 5px 0 0 5px; - -webkit-border-radius: 5px 0 0 5px; - border-radius: 5px 0 0 5px; - margin: 0; - padding: 0; -} -.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon { - border-right-width: 2px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; -} -/* Tooltips end */ -/* Settings/Info begin */ -.social_share_privacy_area li.settings_info { - position: relative; - top: -2px; -} -.social_share_privacy_area li.settings_info a { - text-decoration: none; - margin: 0 !important; -} -.social_share_privacy_area li.settings_info .settings_info_menu { - background-color: #f3f4f5; - color: #000; - border-style: none; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.4); - -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4); - box-shadow: 0px 0px 15px rgba(0,0,0,0.4); - left: 0; - position: absolute; - top: 0; - min-width: 135px; - margin: 0; - padding: 0; -} -.social_share_privacy_area li.settings_info .settings_info_menu.on { - z-index: 1000; -} -.social_share_privacy_area li.settings_info .settings_info_menu.off { - border-width: 0; - -moz-box-shadow: none; - -webkit-box-shadow: none; - box-shadow: none; - background-color: transparent; -} -.social_share_privacy_area li.settings_info .settings_info_menu.off form { - display: none; - margin: 0; - padding: 0; -} -.social_share_privacy_area li.settings_info .settings_info_menu .settings { - text-indent: -9999em; - display: inline-block; - background: #fff url(../images/settings.png) no-repeat center center scroll; - width: 25px; - height: 20px; - border: 2px solid #e7e3e3; - -moz-border-radius: 0 5px 5px 0; - -webkit-border-radius: 0 5px 5px 0; - border-radius: 0 5px 5px 0; - border-left: 1px solid #ddd; - margin: 0; - padding: 0; -} -.social_share_privacy_area li.settings_info .settings_info_menu form fieldset { - border-width: 0; - margin: 0; - padding: 0 10px 10px; -} -.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend { - font-size: 11px; - font-weight: bold; - line-height: 14px; - margin: 0; - padding: 10px 0; - width: 115px; -} -.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input { - margin: 4px 10px 4px 0; - padding: 0; -} -.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label { - display: block; - font-size: 12px; - font-weight: bold; - line-height: 24px; - -moz-transition: color .5s ease-in; - -webkit-transition: color .5s ease-in; - transition: color .5s ease-in; - margin: 0; - padding: 0; - white-space: nowrap; -} -.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked { - color: #090; -} -/* Settings/Info end */ diff --git a/assets/stylesheets/modules/buffer.css b/assets/stylesheets/modules/buffer.css deleted file mode 100644 index 563e7817ff5..00000000000 --- a/assets/stylesheets/modules/buffer.css +++ /dev/null @@ -1,14 +0,0 @@ -.social_share_privacy_area.line .buffer iframe { - width: 110px; - height: 20px; -} -.social_share_privacy_area.line .buffer img { - width: 55px; - height: 20px; - margin-right: 55px; -} -.social_share_privacy_area.box .buffer iframe, -.social_share_privacy_area.box .buffer img { - width: 55px; - height: 62px; -} diff --git a/assets/stylesheets/modules/delicious.css b/assets/stylesheets/modules/delicious.css deleted file mode 100644 index e91ce19cb3e..00000000000 --- a/assets/stylesheets/modules/delicious.css +++ /dev/null @@ -1,155 +0,0 @@ -/* Delicious Button v1.1 -Blog : http://www.moretechtips.net -Project: http://code.google.com/p/delicious-button/ -Copyright 2010 [Mike @ moretechtips.net] -Licensed under the Apache License, Version 2.0 -(the "License"); you may not use this file except in compliance with the License. -You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 */ -.social_share_privacy_area.box .delicious .delicious-widget, -.social_share_privacy_area.box .delicious img.privacy_dummy { - width: 50px; - height: 62px; -} -.social_share_privacy_area.line .delicious .delicious-widget, -.social_share_privacy_area.line .delicious img.privacy_dummy { - width: 75px; - height: 20px; - margin-right: 20px; -} -.social_share_privacy_area.box .delicious div.delicious-widget { - font-family:Arial,Tahoma,Sans-Serif; - font-size:11px; - width:50px; - margin: 0 auto; -} -.social_share_privacy_area.box .delicious a.icon, -.social_share_privacy_area.box .delicious a.count { - color:#FFF!important; - display:block; - -webkit-border-radius:3px; - -moz-border-radius:3px; - -o-border-radius:3px; - border-radius:3px; - outline:none!important; - text-decoration:none!important; -} -.social_share_privacy_area.box .delicious a.icon { - background:#fff; - border:1px solid #ccc; - height:38px; - overflow:hidden; - position:relative; - direction:ltr; -} -.social_share_privacy_area.box .delicious a.icon:hover { - border-color:#666; -} -.social_share_privacy_area.box .delicious a.count { - margin-top:2px; - text-align:center; - font-size:12px; - line-height:18px; - height:18px; - background:#3274D0; - border:#3274D0 1px solid; - text-shadow:#2A5580 1px 1px 0; -} -.social_share_privacy_area.box .delicious a.count:hover { - background:#369; - border-color:#369; -} -.social_share_privacy_area.box .delicious a.count:active { - background:#000; - border:#333 1px solid; - text-shadow:#222 1px 1px 0; - outline:none; -} -.social_share_privacy_area.line .delicious div.delicious-widget { - font-family:Arial,Tahoma,Sans-Serif; - font-size:11px; - width:76px; -} -.social_share_privacy_area.line .delicious a.icon, -.social_share_privacy_area.line .delicious a.count { - display:block; - float:left; - line-height:18px; - border:#666 solid 1px; - -webkit-border-radius:3px; - -moz-border-radius:3px; - -o-border-radius:3px; - border-radius:3px; - outline:none!important; - text-decoration:none!important; - height:18px; - overflow:hidden; - color:#FFF!important; -} -.social_share_privacy_area.line .delicious a.icon { - background:#fff; - border-color:#ccc; - width:20px; - position:relative; - direction:ltr; - margin-right:1px; -} -.social_share_privacy_area.line .delicious a.icon:hover { - border-color:#666; -} -.social_share_privacy_area.line .delicious a.count { - font-size:12px; - background:#3274D0; - border-color:#3274D0; - width:50px; - text-align:center; - text-shadow:#2A5580 1px 1px 0; -} -.social_share_privacy_area.line .delicious a.count:hover { - background:#369; - border-color:#369; - text-shadow:#369 1px 1px 0; -} -.social_share_privacy_area.line .delicious a.count:active { - background:#000; - border-color:#333; - text-shadow:#222 1px 1px 0; -} -.social_share_privacy_area.box .delicious a.icon:hover *, -.social_share_privacy_area.line .delicious a.icon:hover * { - opacity:0.85; - filter:alpha(opacity=85); -} -.social_share_privacy_area.box .delicious a.icon *, -.social_share_privacy_area.line .delicious a.icon * { - width:50%; - height:50%; - position:absolute; - margin:0!important; -} -.social_share_privacy_area.box .delicious div.delicious1, -.social_share_privacy_area.line .delicious div.delicious1 { - background:#3274D0; - left:50%; - top:0; -} -.social_share_privacy_area.box .delicious div.delicious2, -.social_share_privacy_area.line .delicious div.delicious2 { - background:#000; - left:0; - top:50%; -} -.social_share_privacy_area.box .delicious div.delicious3, -.social_share_privacy_area.line .delicious div.delicious3 { - background:#D3D2D2; - left:50%; - top:50%; -} -.social_share_privacy_area.box .delicious a.count i, -.social_share_privacy_area.line .delicious a.count i { - display:none; - font-style:normal; -} -.social_share_privacy_area.box .delicious a.count b, -.social_share_privacy_area.line .delicious a.count b { - font-weight:normal; -} diff --git a/assets/stylesheets/modules/disqus.css b/assets/stylesheets/modules/disqus.css deleted file mode 100644 index 042e1b7257b..00000000000 --- a/assets/stylesheets/modules/disqus.css +++ /dev/null @@ -1,151 +0,0 @@ -.social_share_privacy_area.line .disqus img.privacy_dummy { - width: 49px; - height: 20px; - margin-right: 45px; -} -.social_share_privacy_area.box .disqus img.privacy_dummy { - width: 55px; - height: 61px; -} -.social_share_privacy_area .disqus .disqus-widget { - line-height: 20px; - font-size: 11px; - font-family: Arial, sans-serif; - cursor: text; - white-space: nowrap; - text-align: left; -} -.social_share_privacy_area .disqus .disqus-widget a, -.social_share_privacy_area .disqus .disqus-widget a:hover { - -webkit-text-shadow: none; - -moz-text-shadow: none; - -ms-text-shadow: none; - -o-text-shadow: none; - text-shadow: none; -} -.social_share_privacy_area .disqus .disqus-widget a.name { - overflow: hidden; - font-weight: bold; - text-transform: uppercase; - text-decoration: none; - color: #5E8BA9; - -webkit-text-shadow: 0 1px 0 rgba(255,255,255,0.5); - -moz-text-shadow: 0 1px 0 rgba(255,255,255,0.5); - -ms-text-shadow: 0 1px 0 rgba(255,255,255,0.5); - -o-text-shadow: 0 1px 0 rgba(255,255,255,0.5); - text-shadow: 0 1px 0 rgba(255,255,255,0.5); - height: 18px; - border: 1px solid #ccc; - border-radius: 3px; - background-color: #f8f8f8; - background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#dedede)); - background-image: -moz-linear-gradient(top,#fff,#dedede); - background-image: -o-linear-gradient(top,#fff,#dedede); - background-image: -ms-linear-gradient(top,#fff,#dedede); - background-image: linear-gradient(top,#fff,#dedede); -} -.social_share_privacy_area .disqus .disqus-widget a.name .us { - color: #b84; -} -.social_share_privacy_area.line .disqus .disqus-widget { - min-width: 94px; -} -.social_share_privacy_area.line .disqus .disqus-widget .count, -.social_share_privacy_area.line .disqus .disqus-widget a.name { - display: inline-block; - padding: 0px 4px; - vertical-align: top; -} -.social_share_privacy_area.box .disqus .disqus-widget { - display: block; - width: 55px; - height: 61px; - margin: auto; -} -.social_share_privacy_area.box .disqus .disqus-widget .count, -.social_share_privacy_area.box .disqus .disqus-widget a.name { - display: block; - width: 53px; - text-align: center; -} -.social_share_privacy_area .disqus .disqus-widget a.name:hover { - border-color: #bbb; - background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#d9d9d9)); - background-image: -moz-linear-gradient(top,#f8f8f8,#d9d9d9); - background-image: -o-linear-gradient(top,#f8f8f8,#d9d9d9); - background-image: -ms-linear-gradient(top,#f8f8f8,#d9d9d9); - background-image: linear-gradient(top,#f8f8f8,#d9d9d9); -} -.social_share_privacy_area .disqus .disqus-widget a.name:active { - background-color: #efefef; - -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.1); - -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.1); - box-shadow: inset 0 3px 5px rgba(0,0,0,0.1); -} -.social_share_privacy_area .disqus .disqus-widget .count { - position: relative; - height: 18px; - border: 1px solid #bbb; - background: white; - border-radius: 3px; - text-align: center; -} -.social_share_privacy_area .disqus .disqus-widget .count a { - font-weight: normal; -} -.social_share_privacy_area.line .disqus .disqus-widget .count { - margin-left: 4px; - min-width: 1em; -} -.social_share_privacy_area.box .disqus .disqus-widget .count { - height: 34px; - line-height: 34px; - font-size: 14px; - margin-bottom: 5px; -} -.social_share_privacy_area.line .disqus .disqus-widget .count u, -.social_share_privacy_area.line .disqus .disqus-widget .count i { - position: absolute; - zoom: 1; - line-height: 0; - width: 0; - height: 0; - left: 0; - top: 50%; - margin: -4px 0 0 -4px; - border: 4px transparent solid; - border-right-color: #aaa; - border-left: 0; -} -.social_share_privacy_area.line .disqus .disqus-widget .count u { - margin-left: -3px; - border-right-color: #fff; -} -.social_share_privacy_area.box .disqus .disqus-widget .count u, -.social_share_privacy_area.box .disqus .disqus-widget .count i { - position: absolute; - zoom: 1; - line-height: 0; - top: auto; - left: 50%; - bottom: 0; - right: auto; - margin: 0 0 -4px -4px; - border: 4px transparent solid; - border-top-color: #aaa; - border-bottom: 0; - width: 0; - height: 0; -} -.social_share_privacy_area.box .disqus .disqus-widget .count u { - margin-bottom: -3px; - border-top-color: #fff; -} -.social_share_privacy_area .disqus .disqus-widget .count a { - color: #333; - text-decoration: none; -} -.social_share_privacy_area .disqus .disqus-widget .count a:hover { - color: #333; - text-decoration: underline; -} diff --git a/assets/stylesheets/modules/facebook.css b/assets/stylesheets/modules/facebook.css deleted file mode 100644 index 4ad60bf6979..00000000000 --- a/assets/stylesheets/modules/facebook.css +++ /dev/null @@ -1,12 +0,0 @@ -.social_share_privacy_area.line .facebook .fb_like { - margin-right: 30px; - width: 120px; -} -.social_share_privacy_area.line .facebook iframe { - width: 130px; - height: 21px; -} -.social_share_privacy_area.box .facebook iframe { - width: 62px; - height: 62px; -} diff --git a/assets/stylesheets/modules/flattr.css b/assets/stylesheets/modules/flattr.css deleted file mode 100644 index 71855a61acf..00000000000 --- a/assets/stylesheets/modules/flattr.css +++ /dev/null @@ -1,29 +0,0 @@ -.social_share_privacy_area.line .flattr img { - width: 72px; - height: 20px; - margin-right: 98px; -} -.social_share_privacy_area.line .flattr a, -.social_share_privacy_area.line .flattr iframe { - width: 150px; - height: 20px; - margin-right: 20px; -} -.social_share_privacy_area.line .flattr a { - display: inline-block; -} -.social_share_privacy_area.box .flattr a, -.social_share_privacy_area.box .flattr img, -.social_share_privacy_area.box .flattr iframe { - width: 62px; - height: 62px; -} -.social_share_privacy_area.box .flattr a { - display: block; - visibility: hidden; - margin: auto; -} -.social_share_privacy_area.box .flattr .dummy_btn { - min-width: 62px; - min-height: 67px; -} diff --git a/assets/stylesheets/modules/gplus.css b/assets/stylesheets/modules/gplus.css deleted file mode 100644 index a79d851d59b..00000000000 --- a/assets/stylesheets/modules/gplus.css +++ /dev/null @@ -1,10 +0,0 @@ -.social_share_privacy_area.line .gplus img.gplusone_privacy_dummy { - width: 32px; -} -.social_share_privacy_area.line li div.gplusone { - width: 90px; -} -.social_share_privacy_area.box li div.gplusone { - min-width: 50px; - min-height: 65px; -} diff --git a/assets/stylesheets/modules/hackernews.css b/assets/stylesheets/modules/hackernews.css deleted file mode 100644 index 884cca51d23..00000000000 --- a/assets/stylesheets/modules/hackernews.css +++ /dev/null @@ -1,128 +0,0 @@ -.social_share_privacy_area.line .hackernews img.privacy_dummy { - width: 20px; - height: 20px; - margin-right: 70px; -} -.social_share_privacy_area.box .hackernews img.privacy_dummy { - width: 62px; - height: 62px; -} -.social_share_privacy_area .hackernews .hackernews-widget { - line-height: 20px; - font-size: 11px; - font-family: Arial, sans-serif; - cursor: text; - white-space: nowrap; - text-align: left; -} -.social_share_privacy_area .hackernews .hackernews-widget a.name { - overflow: hidden; - font-weight: bold; - font-size: 12px; - text-decoration: none; - text-align: center; - color: #ffffff; - height: 20px; - border-radius: 3px; - background-color: #ff6600; -} -.social_share_privacy_area.line .hackernews .hackernews-widget { - min-width: 90px; -} -.social_share_privacy_area.line .hackernews .hackernews-widget .points { - display: inline-block; - padding: 0px 4px; - vertical-align: top; -} -.social_share_privacy_area.line .hackernews .hackernews-widget a.name { - display: inline-block; - width: 20px; -} -.social_share_privacy_area.box .hackernews .hackernews-widget { - display: block; - width: 62px; - height: 62px; - margin: auto; -} -.social_share_privacy_area.box .hackernews .hackernews-widget a.name { - display: block; - width: 62px; -} -.social_share_privacy_area .hackernews .hackernews-widget a.name:hover { - background-color: #ff8635; -} -.social_share_privacy_area .hackernews .hackernews-widget a.name:active { - background-color: #ff8635; - -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.1); - -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.1); - box-shadow: inset 0 3px 5px rgba(0,0,0,0.1); -} -.social_share_privacy_area .hackernews .hackernews-widget .points { - position: relative; - height: 18px; - border: 1px solid #bbb; - background: white; - border-radius: 3px; - text-align: center; -} -.social_share_privacy_area .hackernews .hackernews-widget .points a { - font-weight: normal; -} -.social_share_privacy_area.line .hackernews .hackernews-widget .points { - margin-left: 4px; - min-width: 1em; -} -.social_share_privacy_area.box .hackernews .hackernews-widget .points { - display: block; - width: 60px; - height: 35px; - line-height: 35px; - font-size: 14px; - margin-bottom: 5px; -} -.social_share_privacy_area.line .hackernews .hackernews-widget .points u, -.social_share_privacy_area.line .hackernews .hackernews-widget .points i { - position: absolute; - zoom: 1; - line-height: 0; - width: 0; - height: 0; - left: 0; - top: 50%; - margin: -4px 0 0 -4px; - border: 4px transparent solid; - border-right-color: #aaa; - border-left: 0; -} -.social_share_privacy_area.line .hackernews .hackernews-widget .points u { - margin-left: -3px; - border-right-color: #fff; -} -.social_share_privacy_area.box .hackernews .hackernews-widget .points u, -.social_share_privacy_area.box .hackernews .hackernews-widget .points i { - position: absolute; - zoom: 1; - line-height: 0; - top: auto; - left: 50%; - bottom: 0; - right: auto; - margin: 0 0 -4px -4px; - border: 4px transparent solid; - border-top-color: #aaa; - border-bottom: 0; - width: 0; - height: 0; -} -.social_share_privacy_area.box .hackernews .hackernews-widget .points u { - margin-bottom: -3px; - border-top-color: #fff; -} -.social_share_privacy_area .hackernews .hackernews-widget .points a { - color: #333; - text-decoration: none; -} -.social_share_privacy_area .hackernews .hackernews-widget .points a:hover { - color: #333; - text-decoration: underline; -} diff --git a/assets/stylesheets/modules/linkedin.css b/assets/stylesheets/modules/linkedin.css deleted file mode 100644 index 8fe38be2d3b..00000000000 --- a/assets/stylesheets/modules/linkedin.css +++ /dev/null @@ -1,12 +0,0 @@ -.social_share_privacy_area.line .linkedin img.linkedin_privacy_dummy { - width: 63px; - height: 20px; -} -.social_share_privacy_area.box .linkedin img.linkedin_privacy_dummy { - width: 61px; - height: 62px; -} -.social_share_privacy_area.box .linkedin .dummy_btn { - min-width: 61px; - min-height: 62px; -} diff --git a/assets/stylesheets/modules/mail.css b/assets/stylesheets/modules/mail.css deleted file mode 100644 index a1bc71f59d3..00000000000 --- a/assets/stylesheets/modules/mail.css +++ /dev/null @@ -1,12 +0,0 @@ -.social_share_privacy_area.line .mail a { - display: inline-block; - width: 43px; - height: 20px; - margin-right: 20px; -} -.social_share_privacy_area.box .mail a { - display: block; - margin: auto; - width: 58px; - height: 39px; -} diff --git a/assets/stylesheets/modules/pinterest.css b/assets/stylesheets/modules/pinterest.css deleted file mode 100644 index 924087bbb01..00000000000 --- a/assets/stylesheets/modules/pinterest.css +++ /dev/null @@ -1,15 +0,0 @@ -.social_share_privacy_area.line li div.pinit { - width: 100px; -} -.social_share_privacy_area.box .pinterest .dummy_btn.pinit a { - /* pinterest style bugfix */ - margin-top: 29px!important; -} -.social_share_privacy_area.line .pinterest .dummy_btn img.privacy_dummy { - width: 40px; - height: 20px; -} -.social_share_privacy_area.box .pinterest .dummy_btn img.privacy_dummy { - width: 40px; - height: 50px; -} diff --git a/assets/stylesheets/modules/reddit.css b/assets/stylesheets/modules/reddit.css deleted file mode 100644 index 92dd141b33d..00000000000 --- a/assets/stylesheets/modules/reddit.css +++ /dev/null @@ -1,8 +0,0 @@ -.social_share_privacy_area.line .reddit iframe { - width: 120px; - height: 20px; -} -.social_share_privacy_area.box .reddit iframe { - width: 58px; - height: 66px; -} diff --git a/assets/stylesheets/modules/stumbleupon.css b/assets/stylesheets/modules/stumbleupon.css deleted file mode 100644 index 1fd3c06b3e3..00000000000 --- a/assets/stylesheets/modules/stumbleupon.css +++ /dev/null @@ -1,10 +0,0 @@ -.social_share_privacy_area.line .stumbleupon iframe, -.social_share_privacy_area.line .stumbleupon img { - width: 74px; - height: 18px; -} -.social_share_privacy_area.box .stumbleupon iframe, -.social_share_privacy_area.box .stumbleupon img { - width: 50px; - height: 60px; -} diff --git a/assets/stylesheets/modules/tumblr.css b/assets/stylesheets/modules/tumblr.css deleted file mode 100644 index a6321d873f3..00000000000 --- a/assets/stylesheets/modules/tumblr.css +++ /dev/null @@ -1,12 +0,0 @@ -.social_share_privacy_area.line .tumblr a { - display: inline-block; - width: 81px; - height: 20px; - margin-right: 20px; -} -.social_share_privacy_area.box .tumblr a { - display: block; - margin: auto; - width: 58px; - height: 58px; -} diff --git a/assets/stylesheets/modules/twitter.css b/assets/stylesheets/modules/twitter.css deleted file mode 100644 index 4472c56a63d..00000000000 --- a/assets/stylesheets/modules/twitter.css +++ /dev/null @@ -1,11 +0,0 @@ -.social_share_privacy_area.line li div.tweet { - width: 115px; -} -.social_share_privacy_area.line .twitter iframe { - width: 120px; - height: 20px; -} -.social_share_privacy_area.box .twitter iframe { - width: 62px; - height: 62px; -} diff --git a/assets/stylesheets/modules/xing.css b/assets/stylesheets/modules/xing.css deleted file mode 100644 index 763380d7bb7..00000000000 --- a/assets/stylesheets/modules/xing.css +++ /dev/null @@ -1,16 +0,0 @@ -.social_share_privacy_area.line .xing img.xing_privacy_dummy { - width: 55px; - height: 20px; - margin-right: 66px; -} -.social_share_privacy_area.box .xing img.xing_privacy_dummy { - width: 55px; - height: 62px; -} -.social_share_privacy_area.box .xing .dummy_btn { - min-width: 55px; - min-height: 62px; -} -.social_share_privacy_area.box .xing .dummy_btn div { - margin: auto; -} diff --git a/assets/stylesheets/socialshareprivacy.css b/assets/stylesheets/socialshareprivacy.css deleted file mode 100644 index ed68ba4766c..00000000000 --- a/assets/stylesheets/socialshareprivacy.css +++ /dev/null @@ -1,16 +0,0 @@ -@import url("common.css"); -@import url("modules/buffer.css"); -@import url("modules/delicious.css"); -@import url("modules/disqus.css"); -@import url("modules/facebook.css"); -@import url("modules/flattr.css"); -@import url("modules/gplus.css"); -@import url("modules/hackernews.css"); -@import url("modules/linkedin.css"); -@import url("modules/mail.css"); -@import url("modules/pinterest.css"); -@import url("modules/reddit.css"); -@import url("modules/stumbleupon.css"); -@import url("modules/tumblr.css"); -@import url("modules/twitter.css"); -@import url("modules/xing.css");