ref: dockerize
plugins/social_share_privacy/public/socialshareprivacy/stylesheets/modules/hackernews.css
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 |
.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; } |