| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409 |
- .saboxplugin-wrap {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- border: 1px solid;
- border-color: #eee;
- width: 100%;
- clear: both;
- display: block;
- overflow: hidden;
- word-wrap: break-word;
- position: relative;
- }
- .saboxplugin-wrap .saboxplugin-gravatar {
- float: left;
- padding: 20px;
- }
- .saboxplugin-wrap .saboxplugin-gravatar img {
- max-width: 100px;
- height: auto;
- }
- .saboxplugin-wrap .saboxplugin-authorname {
- font-size: 18px;
- line-height: 1;
- margin: 20px 0 0 20px;
- display: block;
- }
- .saboxplugin-wrap .saboxplugin-authorname a {
- text-decoration: none;
- }
- .saboxplugin-wrap .saboxplugin-authorname a:focus {
- outline: none;
- }
- .saboxplugin-wrap .saboxplugin-desc {
- display: block;
- margin: 5px 20px;
- }
- .saboxplugin-wrap .saboxplugin-desc a {
- text-decoration: underline;
- }
- .saboxplugin-wrap .saboxplugin-desc p {
- margin: 5px 0 12px 0;
- }
- .saboxplugin-wrap .saboxplugin-web {
- margin: 0 20px 15px;
- text-align: left;
- }
- .saboxplugin-wrap .sab-web-position {
- text-align: right;
- }
- .saboxplugin-wrap .saboxplugin-web a {
- color: #ccc;
- text-decoration: none;
- }
- .saboxplugin-wrap .saboxplugin-socials {
- position: relative;
- display: block;
- background: #fcfcfc;
- padding: 5px;
- border-top: 1px solid #eee;
- }
- .saboxplugin-wrap .saboxplugin-socials a svg {
- width: 18px;
- height: 18px;
- }
- .saboxplugin-wrap .saboxplugin-socials a svg .st2 {
- fill: #fff;
- }
- .saboxplugin-wrap .saboxplugin-socials a svg .st1 {
- fill: rgba( 0, 0, 0, .3 );
- }
- .saboxplugin-wrap .saboxplugin-socials a:hover {
- opacity: 0.8;
- -webkit-transition: opacity 0.4s;
- -moz-transition: opacity 0.4s;
- -o-transition: opacity 0.4s;
- transition: opacity 0.4s;
- box-shadow: none !important;
- -webkit-box-shadow: none !important;
- }
- .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-color {
- text-decoration: none;
- box-shadow: none; /* twentyseventeen adds a box shadow under all links inside content */
- padding: 0;
- margin: 0;
- border: 0;
- -webkit-transition: opacity 0.4s;
- -moz-transition: opacity 0.4s;
- -o-transition: opacity 0.4s;
- transition: opacity 0.4s;
- display: inline-block;
- color: #fff;
- font-size: 0;
- text-decoration: inherit;
- margin: 5px;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- -ms-border-radius: 0;
- -o-border-radius: 0;
- border-radius: 0;
- overflow: hidden;
- }
- .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey {
- text-decoration: inherit;
- box-shadow: none; /* twentyseventeen adds a box shadow under all links inside content */
- position: relative;
- display: -moz-inline-stack;
- display: inline-block;
- vertical-align: middle;
- zoom: 1;
- margin: 10px 5px;
- color: #444;
- }
- .clearfix:after,
- .clearfix:before {
- content: ' ';
- display: table;
- line-height: 0;
- clear: both;
- }
- .ie7 .clearfix {
- zoom: 1;
- }
- /* COLORED BACKGROUND AND LONG SHADOW EFFECT FOR SOCIAL ICONS
- -------------------------------------------------------------- */
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-twitch {
- border-color: #38245c;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-addthis {
- border-color: #e91c00;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-behance {
- border-color: #003eb0;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-delicious {
- border-color: #0066cc;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-deviantart {
- border-color: #036824;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-digg {
- border-color: #00327c;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-dribbble {
- border-color: #ba1655;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-facebook {
- border-color: #1e2e4f;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-flickr {
- border-color: #003576;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-github {
- border-color: #264874;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-google {
- border-color: #0b51c5;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-googleplus {
- border-color: #96271a;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-html5 {
- border-color: #902e13;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-instagram {
- border-color: #1630aa;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-linkedin {
- border-color: #00344f;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-pinterest {
- border-color: #5b040e;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-reddit {
- border-color: #992900;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-rss {
- border-color: #a43b0a;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-sharethis {
- border-color: #5d8420;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-skype {
- border-color: #00658a;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-soundcloud {
- border-color: #995200;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-spotify {
- border-color: #0f612c;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-stackoverflow {
- border-color: #a95009;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-steam {
- border-color: #006388;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-user_email {
- border-color: #b84e05;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-stumbleUpon {
- border-color: #9b280e;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-tumblr {
- border-color: #10151b;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-twitter {
- border-color: #0967a0;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-vimeo {
- border-color: #0d7091;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-windows {
- border-color: #003f71;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-wordpress {
- border-color: #0f3647;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-yahoo {
- border-color: #14002d;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-youtube {
- border-color: #990000;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-xing {
- border-color: #000202;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-mixcloud {
- border-color: #2475a0;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-vk {
- border-color: #243549;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-medium {
- border-color: #00452c;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-quora {
- border-color: #420e00;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-meetup {
- border-color: #9b181c;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-goodreads {
- border-color: #000;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-snapchat {
- border-color: #999700;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-500px {
- border-color: #00557f;
- }
- .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-mastodont {
- border-color: #185886;
- }
- .sabox-plus-item {
- margin-bottom: 20px;
- }
- /* - GLOBAL MEDIA QUERIES
- -------------------------------------------------------------- */
- @media screen and (max-width: 480px) {
- .saboxplugin-wrap {
- text-align: center;
- }
- .saboxplugin-wrap .saboxplugin-gravatar {
- float: none;
- padding: 20px 0;
- text-align: center;
- margin: 0 auto;
- display: block;
- }
- .saboxplugin-wrap .saboxplugin-gravatar img {
- float: none;
- display: inline-block;
- display: -moz-inline-stack;
- vertical-align: middle;
- zoom: 1;
- }
- .saboxplugin-wrap .saboxplugin-desc {
- margin: 0 10px 20px;
- text-align: center;
- }
- .saboxplugin-wrap .saboxplugin-authorname {
- text-align: center;
- margin: 10px 0 20px;
- }
- }
- /* @Since 2.0.4
- -------------------------------------------------------------- */
- body .saboxplugin-authorname a,
- body .saboxplugin-authorname a:hover {
- box-shadow: none;
- -webkit-box-shadow: none;
- }
- a.sab-profile-edit {
- font-size: 16px !important;
- line-height: 1 !important;
- }
- a.sab-profile-edit,
- .sab-edit-settings a{
- color: #0073aa !important; /* default WP link color */
- box-shadow: none !important;
- -webkit-box-shadow: none !important;
- }
- .sab-edit-settings {
- margin-right: 15px;
- position: absolute;
- right: 0;
- z-index: 2;
- bottom: 10px;
- line-height: 20px;
- }
- .sab-edit-settings i {
- margin-left: 5px;
- }
- .saboxplugin-socials {
- line-height: 1 !important;
- }
- /* RTL Support */
- .rtl .saboxplugin-wrap .saboxplugin-gravatar {
- float: right;
- }
- .rtl .saboxplugin-wrap .saboxplugin-authorname {
- display: flex;
- align-items: center;
- }
- .rtl .saboxplugin-wrap .saboxplugin-authorname .sab-profile-edit {
- margin-right: 10px;
- }
- .rtl .sab-edit-settings {
- right: auto;
- left: 0;
- }
|