simple-author-box.css 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. .saboxplugin-wrap {
  2. -webkit-box-sizing: border-box;
  3. -moz-box-sizing: border-box;
  4. -ms-box-sizing: border-box;
  5. box-sizing: border-box;
  6. border: 1px solid;
  7. border-color: #eee;
  8. width: 100%;
  9. clear: both;
  10. display: block;
  11. overflow: hidden;
  12. word-wrap: break-word;
  13. position: relative;
  14. }
  15. .saboxplugin-wrap .saboxplugin-gravatar {
  16. float: left;
  17. padding: 20px;
  18. }
  19. .saboxplugin-wrap .saboxplugin-gravatar img {
  20. max-width: 100px;
  21. height: auto;
  22. }
  23. .saboxplugin-wrap .saboxplugin-authorname {
  24. font-size: 18px;
  25. line-height: 1;
  26. margin: 20px 0 0 20px;
  27. display: block;
  28. }
  29. .saboxplugin-wrap .saboxplugin-authorname a {
  30. text-decoration: none;
  31. }
  32. .saboxplugin-wrap .saboxplugin-authorname a:focus {
  33. outline: none;
  34. }
  35. .saboxplugin-wrap .saboxplugin-desc {
  36. display: block;
  37. margin: 5px 20px;
  38. }
  39. .saboxplugin-wrap .saboxplugin-desc a {
  40. text-decoration: underline;
  41. }
  42. .saboxplugin-wrap .saboxplugin-desc p {
  43. margin: 5px 0 12px 0;
  44. }
  45. .saboxplugin-wrap .saboxplugin-web {
  46. margin: 0 20px 15px;
  47. text-align: left;
  48. }
  49. .saboxplugin-wrap .sab-web-position {
  50. text-align: right;
  51. }
  52. .saboxplugin-wrap .saboxplugin-web a {
  53. color: #ccc;
  54. text-decoration: none;
  55. }
  56. .saboxplugin-wrap .saboxplugin-socials {
  57. position: relative;
  58. display: block;
  59. background: #fcfcfc;
  60. padding: 5px;
  61. border-top: 1px solid #eee;
  62. }
  63. .saboxplugin-wrap .saboxplugin-socials a svg {
  64. width: 18px;
  65. height: 18px;
  66. }
  67. .saboxplugin-wrap .saboxplugin-socials a svg .st2 {
  68. fill: #fff;
  69. }
  70. .saboxplugin-wrap .saboxplugin-socials a svg .st1 {
  71. fill: rgba( 0, 0, 0, .3 );
  72. }
  73. .saboxplugin-wrap .saboxplugin-socials a:hover {
  74. opacity: 0.8;
  75. -webkit-transition: opacity 0.4s;
  76. -moz-transition: opacity 0.4s;
  77. -o-transition: opacity 0.4s;
  78. transition: opacity 0.4s;
  79. box-shadow: none !important;
  80. -webkit-box-shadow: none !important;
  81. }
  82. .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-color {
  83. text-decoration: none;
  84. box-shadow: none; /* twentyseventeen adds a box shadow under all links inside content */
  85. padding: 0;
  86. margin: 0;
  87. border: 0;
  88. -webkit-transition: opacity 0.4s;
  89. -moz-transition: opacity 0.4s;
  90. -o-transition: opacity 0.4s;
  91. transition: opacity 0.4s;
  92. display: inline-block;
  93. color: #fff;
  94. font-size: 0;
  95. text-decoration: inherit;
  96. margin: 5px;
  97. -webkit-border-radius: 0;
  98. -moz-border-radius: 0;
  99. -ms-border-radius: 0;
  100. -o-border-radius: 0;
  101. border-radius: 0;
  102. overflow: hidden;
  103. }
  104. .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey {
  105. text-decoration: inherit;
  106. box-shadow: none; /* twentyseventeen adds a box shadow under all links inside content */
  107. position: relative;
  108. display: -moz-inline-stack;
  109. display: inline-block;
  110. vertical-align: middle;
  111. zoom: 1;
  112. margin: 10px 5px;
  113. color: #444;
  114. }
  115. .clearfix:after,
  116. .clearfix:before {
  117. content: ' ';
  118. display: table;
  119. line-height: 0;
  120. clear: both;
  121. }
  122. .ie7 .clearfix {
  123. zoom: 1;
  124. }
  125. /* COLORED BACKGROUND AND LONG SHADOW EFFECT FOR SOCIAL ICONS
  126. -------------------------------------------------------------- */
  127. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-twitch {
  128. border-color: #38245c;
  129. }
  130. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-addthis {
  131. border-color: #e91c00;
  132. }
  133. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-behance {
  134. border-color: #003eb0;
  135. }
  136. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-delicious {
  137. border-color: #0066cc;
  138. }
  139. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-deviantart {
  140. border-color: #036824;
  141. }
  142. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-digg {
  143. border-color: #00327c;
  144. }
  145. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-dribbble {
  146. border-color: #ba1655;
  147. }
  148. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-facebook {
  149. border-color: #1e2e4f;
  150. }
  151. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-flickr {
  152. border-color: #003576;
  153. }
  154. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-github {
  155. border-color: #264874;
  156. }
  157. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-google {
  158. border-color: #0b51c5;
  159. }
  160. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-googleplus {
  161. border-color: #96271a;
  162. }
  163. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-html5 {
  164. border-color: #902e13;
  165. }
  166. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-instagram {
  167. border-color: #1630aa;
  168. }
  169. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-linkedin {
  170. border-color: #00344f;
  171. }
  172. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-pinterest {
  173. border-color: #5b040e;
  174. }
  175. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-reddit {
  176. border-color: #992900;
  177. }
  178. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-rss {
  179. border-color: #a43b0a;
  180. }
  181. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-sharethis {
  182. border-color: #5d8420;
  183. }
  184. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-skype {
  185. border-color: #00658a;
  186. }
  187. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-soundcloud {
  188. border-color: #995200;
  189. }
  190. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-spotify {
  191. border-color: #0f612c;
  192. }
  193. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-stackoverflow {
  194. border-color: #a95009;
  195. }
  196. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-steam {
  197. border-color: #006388;
  198. }
  199. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-user_email {
  200. border-color: #b84e05;
  201. }
  202. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-stumbleUpon {
  203. border-color: #9b280e;
  204. }
  205. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-tumblr {
  206. border-color: #10151b;
  207. }
  208. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-twitter {
  209. border-color: #0967a0;
  210. }
  211. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-vimeo {
  212. border-color: #0d7091;
  213. }
  214. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-windows {
  215. border-color: #003f71;
  216. }
  217. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-wordpress {
  218. border-color: #0f3647;
  219. }
  220. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-yahoo {
  221. border-color: #14002d;
  222. }
  223. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-youtube {
  224. border-color: #990000;
  225. }
  226. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-xing {
  227. border-color: #000202;
  228. }
  229. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-mixcloud {
  230. border-color: #2475a0;
  231. }
  232. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-vk {
  233. border-color: #243549;
  234. }
  235. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-medium {
  236. border-color: #00452c;
  237. }
  238. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-quora {
  239. border-color: #420e00;
  240. }
  241. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-meetup {
  242. border-color: #9b181c;
  243. }
  244. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-goodreads {
  245. border-color: #000;
  246. }
  247. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-snapchat {
  248. border-color: #999700;
  249. }
  250. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-500px {
  251. border-color: #00557f;
  252. }
  253. .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-mastodont {
  254. border-color: #185886;
  255. }
  256. .sabox-plus-item {
  257. margin-bottom: 20px;
  258. }
  259. /* - GLOBAL MEDIA QUERIES
  260. -------------------------------------------------------------- */
  261. @media screen and (max-width: 480px) {
  262. .saboxplugin-wrap {
  263. text-align: center;
  264. }
  265. .saboxplugin-wrap .saboxplugin-gravatar {
  266. float: none;
  267. padding: 20px 0;
  268. text-align: center;
  269. margin: 0 auto;
  270. display: block;
  271. }
  272. .saboxplugin-wrap .saboxplugin-gravatar img {
  273. float: none;
  274. display: inline-block;
  275. display: -moz-inline-stack;
  276. vertical-align: middle;
  277. zoom: 1;
  278. }
  279. .saboxplugin-wrap .saboxplugin-desc {
  280. margin: 0 10px 20px;
  281. text-align: center;
  282. }
  283. .saboxplugin-wrap .saboxplugin-authorname {
  284. text-align: center;
  285. margin: 10px 0 20px;
  286. }
  287. }
  288. /* @Since 2.0.4
  289. -------------------------------------------------------------- */
  290. body .saboxplugin-authorname a,
  291. body .saboxplugin-authorname a:hover {
  292. box-shadow: none;
  293. -webkit-box-shadow: none;
  294. }
  295. a.sab-profile-edit {
  296. font-size: 16px !important;
  297. line-height: 1 !important;
  298. }
  299. a.sab-profile-edit,
  300. .sab-edit-settings a{
  301. color: #0073aa !important; /* default WP link color */
  302. box-shadow: none !important;
  303. -webkit-box-shadow: none !important;
  304. }
  305. .sab-edit-settings {
  306. margin-right: 15px;
  307. position: absolute;
  308. right: 0;
  309. z-index: 2;
  310. bottom: 10px;
  311. line-height: 20px;
  312. }
  313. .sab-edit-settings i {
  314. margin-left: 5px;
  315. }
  316. .saboxplugin-socials {
  317. line-height: 1 !important;
  318. }
  319. /* RTL Support */
  320. .rtl .saboxplugin-wrap .saboxplugin-gravatar {
  321. float: right;
  322. }
  323. .rtl .saboxplugin-wrap .saboxplugin-authorname {
  324. display: flex;
  325. align-items: center;
  326. }
  327. .rtl .saboxplugin-wrap .saboxplugin-authorname .sab-profile-edit {
  328. margin-right: 10px;
  329. }
  330. .rtl .sab-edit-settings {
  331. right: auto;
  332. left: 0;
  333. }