| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232 |
- /* Do not modify this file directly. It is concatenated from individual module CSS files. */
- div#publicize-services-block {
- display: block;
- clear: both;
- margin-bottom: 25px;
- background-color: #fff;
- padding: 25px 20px 5px 25px;
- overflow: hidden;
- max-width: 1200px;
- }
- /* Add the logos for the Publicize services */
- span.pub-logos {
- float: right;
- display: block;
- width: 130px;
- height: 75px;
- margin-top: -18px;
- margin-right: 5px;
- vertical-align: top;
- }
- @media screen and ( min-width: 782px ) {
- .left, .right {
- width: 50%;
- float: right;
- }
- div.publicize-service-entry:last-of-type{
- border-width: 0px;
- }
- }
- div#facebook:before {
- color: #3B5998;
- content: '\f203';
- }
- div#twitter:before {
- color: #1DA1F2;
- content: '\f610';
- }
- div#linkedin:before {
- color: #0077b5;
- content: '\f207';
- }
- div#tumblr:before {
- color: #35465c;
- content: '\f214';
- }
- div#path:before {
- color: #df3b2f;
- content: '\f219';
- }
- div#google_plus:before {
- color: #dd4b39;
- content: '\f206';
- }
- div.publicize-service-left:before {
- font: normal 30px/1 social-logos;
- vertical-align: middle;
- }
- a.publicize-profile-link, a.publicize-profile-link:visited {
- text-decoration: none;
- font-weight: bold;
- }
- a.publicize-profile-link:hover {
- color: #f1831e;
- }
- a.publicize-add-connection, a.publicize-add-connection:visited {
- text-decoration: none;
- }
- a.publicize-add-connection:hover {
- color: #f1831e;
- }
- div.publicize-service-entry {
- clear: both;
- margin-bottom: 10px;
- padding: 10px 0 25px 0;
- border-bottom: 1px #eee solid;
- margin-left: 40px;
- overflow: hidden;
- }
- .right div.publicize-service-entry:last-of-type{
- border-width: 0px;
- }
- div.publicize-service-left {
- display: inline-block;
- width: 150px;
- vertical-align: top;
- min-height: 35px;
- }
- div.publicize-service-left a{
- font-size: 18px;
- text-decoration: none;
- }
- div.publicize-service-left a:hover{
- text-decoration: underline;
- }
- div.publicize-service-right {
- display: inline-block;
- text-align: left;
- float: left;
- padding-top:5px;
- }
- div.publicize-service-right ul {
- margin-top: 0;
- }
- div.publicize-service-right li {
- list-style-type: none;
- font-size: 14px;
- }
- .pub-disconnect-button {
- -webkit-border-image: none;
- border-bottom-color: #CCC;
- border-bottom-style: none;
- border-bottom-width: 0px;
- border-right-color: #CCC;
- border-right-style: none;
- border-right-width: 0px;
- border-left-color: #CCC;
- border-left-style: none;
- border-left-width: 0px;
- border-top-color: #CCC;
- border-top-style: none;
- border-top-width: 0px;
- color: #CCC;
- display: inline;
- font-size: 20px;
- font-style: normal;
- font-weight: normal;
- height: auto;
- line-height: 22px;
- list-style-image: none;
- list-style-position: outside;
- list-style-type: none;
- margin-bottom: 0px;
- margin-right: 0px;
- margin-left: 0px;
- margin-top: 0px;
- outline-color: #CCC;
- outline-style: none;
- outline-width: 0px;
- overflow-y: visible;
- padding-bottom: 0px;
- padding-right: 0px;
- padding-left: 0px;
- padding-top: 0px;
- position: static;
- left: auto;
- text-align: right;
- text-decoration: none;
- top: auto;
- vertical-align: baseline;
- width: auto;
- z-index: auto;
- }
- .pub-disconnect-button:hover {
- color: #f1831e;
- }
- table#option-profile {
- padding-bottom: 8px;
- }
- table#option-profile td {
- font-family: "Lucida Grande",Verdana,Arial,sans-serif;
- vertical-align: middle;
- }
- table#option-profile td.radio {
- padding-left: 20px;
- }
- table#option-profile td.thumbnail {
- padding-left: 20px;
- }
- table#option-profile td.details {
- font-weight: bold; color: #333333
- }
- table#option-fb-fanpage td, table#option-fanpage td {
- font-family: "Lucida Grande",Verdana,Arial,sans-serif;
- vertical-align: middle;
- }
- table#option-fb-fanpage td.thumbnail, table#option-fanpage td.thumbnail {
- padding: 5px 20px 5px 20px;
- }
- table#option-fb-fanpage td.details, table#option-fanpage td.details {
- width: 130px;
- padding-left: 10px;
- }
- table#option-fb-fanpage td.details span.name, table#option-fanpage td.details span.name {
- font-weight: bold; color: #333333;
- }
- table#option-fb-fanpage td.details span.category, table#option-fanpage td.details span.category {
- font-size: 10px; color: #888888;
- }
- input.fb-options {
- font-family: "Lucida Grande",Verdana,Arial,sans-serif;
- font-size: 12px;
- }
- .pub-connection-error {
- color: #ff0000;
- }
- .pub-connection-test. test-failed p { margin-top: 0; }
|