12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316 |
- *
- * @package GNUsocial
- * @author kim <kim@surtdelcercle.cat>
- * @copyleft 2019 SurtdelCercle
- * @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
- * @link http://gnu.io/
- */
- /* color green: #129642 */
- @import url("https://stackpath.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
- @import url("https://fontlibrary.org/face/inconsolata-lgc");
- @font-face {
- font-family: 'InconsolataLGCRegular';
- font-weight: normal;
- font-style: normal;
- }
- @media screen, projection, tv {
- /* general styles and layout */
- body {
- background-image: url(../images/bg.png);
- background-repeat: no-repeat;
- background-color: #000;
- font-family: 'InconsolataLGCRegular', sans-serif;
- color: #129642;
- }
- input, textarea, select, option {
- font-family: 'InconsolataLGCRegular', sans-serif;
- }
- a {color: #129642;}
- a:hover {color: #129642;}
- abbr {border-bottom: none;}
- h1 {font-size: 1.6em;}
- h2 {font-size: 1.6em;}
- h3 {font-size: 1.4em;}
- h4 {font-size: 1.4em;}
- h5 {font-size: 1.2em;}
- h6 {font-size: 1em;}
- .form_settings fieldset fieldset { background-color: #000; }
- #wrap {
- background: #000 url('../images/brdr_black_dot.png') repeat-x 0px 10px;
- border-left: 10px solid #000;
- border-right: 10px solid #000;
- }
- #header {
- padding-top: 12px;
- background-color: #129642 !important;
- }
- #header, #site_nav_global_primary { height: 50px; }
- #core {
- border-top: 3px solid #129642;
- border-left: 1px solid #129642;
- border-right: 1px solid #129642;
- }
- #aside_primary_wrapper {
- background-color: #000;
- color: #129642
- }
- #content_wrapper {
- border-right: 1px solid #129642;
- background-color: #000;
- }
- #content {
- background-color: #000;
- }
- #site_nav_local_views_wrapper {
- background-color: #000;
- border-right: 1px solid #129642;
- }
- #footer {
- top: -6px;
- }
- #footer, #footer a {
- background: #129642;
- color: #fff !important;
- }
- /* header elements */
- address img {
- max-width: 150px;
- background-color: transparent !important;
- }
- #site_nav_global_primary {
- top: 16px;
- background: #129642;
- padding: 0;
- }
- #site_nav_global_primary li {
- margin-right: 0px;
- }
- #site_nav_global_primary li:last-child {
- margin-right: 10px;
- }
- #site_nav_global_primary a {
- padding: 2px 10px 2px 10px;
- height: 20px;
- display: block;
- float: left;
- color: #fff;
- text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
- }
- #site_nav_global_primary a:hover {
- color: #fff;
- text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
- }
- #header-search {
- top: 1px;
- margin-left: 6px;
- }
- #header-search #search-q {
- position: relative;
- width: 131px;
- height: 12px;
- margin-right: 10px;
- padding: 2px 22px 2px 6px;
- border: none;
- font-size: 0.88em;
- }
- #header-search input[type="submit"] {
- border: 0;
- background: url(../images/magnifier.png) no-repeat 2px 1px;
- text-indent: -9999px;
- width: 20px;
- height: 18px;
- position: absolute;
- right: 10px;
- top: 2px;
- z-index: 2;
- cursor: pointer;
- }
- #site_notice {
- margin: 28px 0px 0px 160px;
- padding: 2px;
- background-color: #fff;
- }
- /* input forms */
- .input_forms {
- float: left;
- top: -20px;
- left: -20px;
- padding: 18px 20px 0px 20px;
- border-bottom: none;
- margin-bottom: 0px;
- background: #000 url('../images/brdr_black_dot.png') repeat-x bottom left;
- }
- #input_form_nav li a {
- display: block;
- float: left;
- padding: 0px 10px 1px 10px;
- border: 1px solid #ECECF2;
- font-weight: bold;
- line-height: 1.4em;
- color: #666;
- text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
- background: #ececf2;
- }
- #input_form_nav li:hover a, #input_form_nav li.current a {
- color: #fff;
- text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
- border: 1px solid #129642;
- background: #129642;
- }
- .input_form_nav_tab a, .input_form_nav_tab.current a {
- text-decoration: none;
- }
- .input_form fieldset fieldset label {
- background: none;
- }
- .form_notice .error,
- .form_notice .success,
- .form_notice .notice-status {
- }
- .form_notice_placeholder .placeholder,
- .form_notice textarea ,
- .input_form .form_settings li input,
- .input_form .form_settings li textarea,
- .threaded-replies .placeholder { /* TODO combine all these declarations */
- box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
- -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
- }
- .input_form .form_settings .submit {
- font-size: 1.1em;
- }
- /* site nav local views */
- #site_nav_local_views h3 {
- border-bottom: 1px dashed gray;
- margin-bottom: 1ex;
- padding-bottom: 1ex;
- color: #7a7c87;
- font-size: 1.1em;
- letter-spacing: 2px;
- text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
- text-transform: uppercase;
- }
- #site_nav_local_views a {
- display: block;
- line-height: 1em;
- padding: 1ex;
- text-transform: uppercase;
- text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
- word-wrap: break-word;
- }
- #site_nav_local_views a:hover, #site_nav_local_views .current a {
- color: #fff;
- text-decoration: none;
- text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
- background: #129642;
-
- }
- /* aside primary */
- #aside_primary .section {
- font-size: 0.88em;
- }
- #aside_primary h2 {
- margin-bottom: 10px;
- padding-bottom: 6px;
- background: url('../images/brdr_black_dot.png') repeat-x bottom left;
- color: #7a7c87;
- font-size: 1.25em;
- letter-spacing: 2px;
- text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
- text-transform: uppercase;
- }
- .profile_block .entity_actions {
- float: right;
- width: 110px;
- margin-top: 2px;
- margin-bottom: 2px;
- }
- .profile_block .entity_moderation:hover ul,
- .profile_block .entity_role:hover ul {
- right: 20px;
- }
- .profile_block_name {
- font-size: 14px;
- font-weight: bold;
- }
- .profile_block_location {
- font-weight: bold;
- }
- .profile_block_description {
- line-height: 1.2em;
- }
- #site_nav_object ul {
- background: url('../images/brdr_black_dot.png') repeat-x top left;
- }
- #site_nav_object li {
- display: block;
- margin: -8px 0px 8px 0px;
- padding-top: 8px;
- }
- #site_nav_object a {
- font-size: 14px;
- display: block;
- padding: 0px 0px 1px 10px;
- text-transform: uppercase;
- text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
- }
- #site_nav_object a:hover, #site_nav_object .current a {
- color: #fff;
- text-decoration: none;
- text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
- background: #ccc;
- }
- .section ul.entities {
- width: 240px;
- }
- .section .entities li {
- margin-right: 3.6px;
- margin-bottom: 5px;
- width: 24px;
- }
- #popular_notices .avatar {
- position: relative;
- top: 4px;
- margin-bottom: 6px;
- }
- #aside_primary td {
- padding-right: 20px;
- padding-bottom: 14px;
- }
- #aside_primary td .nickname {
- line-height: 1.6em;
- }
- .section .avatar {
- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
- -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
- -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
- }
- .invite_button {
- height: 2.1em;
- line-height: 2.1em;
- display: block;
- text-align: center;
- color:#fff;
- font-weight: bold;
- text-transform: uppercase;
- font-size: 1.2em;
- text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
- border: 1px solid #c33541;
- background: #a22430;
- }
- .invite_button:hover {
- color: #fff;
- text-decoration: none;
- text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
- background: #a22430;
- }
- /* notices etc */
- #content h1 {
- border-bottom: 3px solid #129642;
- color: #A6ADBF;
- font-size: 1.4em;
- letter-spacing: 4px;
- text-transform: none;
- }
- #content h1::after, #site_nav_local_views h3::after, #aside_primary h2::after {
- content: ':~$';
- }
- #entity_subscriptions h2::after, #entity_subscribers h2::after, #entity_groups h2::after {
- content: '';
- }
- #content .notice {
- padding: 4px 0 12px 0;
- border-bottom: 2px dotted #129642;
- }
- #content_inner a {
- color: #7a7c87;
- }
- .notice div.entry-content {
- font-size: 0.88em;
- line-height: 1.2em;
- margin-top: 6px;
- opacity: 0.6;
- }
- .notice:hover div.entry-content {
- opacity: 1;
- }
- .user_in .notice div.entry-content {
- max-width: 440px;
- }
- div.entry-content a.response:before {
- content: "(";
- }
- div.entry-content a.response:after {
- content: ")";
- }
- .notice-options {
- margin: 10px 0 22px 0;
- float: none;
- padding-bottom: 10px;
- }
- .notice-options .form_repeat.dialogbox {
- margin-right: 0px;
- border: 1px solid #aaa;
- box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
- -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
- -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
- }
- .notice-options .form_repeat.dialogbox legend {
- padding-top: 10px;
- }
- #content .threaded-replies .notice .author .photo {
- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
- -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
- -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
- }
- .user_in.realtime-popup .notice div.entry-content {
- max-width: 320px;
- }
- #conversation .notices .notices {
- background-color: #fff;
- margin-left: 0 !important;
- width: auto;
- }
- .realtime-popup .threaded-replies {
- margin-left: 15px;
- }
- .realtime-popup .threaded-replies .form_notice textarea {
- width: 385px !important;
- }
- .realtime-popup .threaded-replies .form_notice label.notice_data-attach {
- top: 10px !important;
- right: 10px !important;
- }
- .pagination {
- height: 1.2em;
- }
- .entity_profile {
- float: left;
- width: 360px;
- margin-top: 4px;
- }
- .entity_profile .entity_depiction {
- margin-top: 4px;
- }
- .entity_actions {
- width: 140px;
- margin-top: 8px;
- margin-bottom: 10px;
- }
- .entity_actions a, .entity_actions p, .entity_actions .entity_subscribe input, .entity_actions .entity_block input, .entity_actions .entity_moderation input, .entity_actions .entity_role input, .entity_actions .entity_nudge input, .entity_actions .entity_delete input, .entity_actions input.submit {
- text-shadow:0 1px 0 rgba(255,255,255,0.4);
- background-color: #fff !important;
- }
- .entity_send-a-message .form_notice legend {
- text-shadow:0 1px 0 rgba(255,255,255,0.4);
- }
- .entity_send-a-message .form_notice {
- border: 1px solid #7B4E82;
- }
- .entity_send-a-message .form_notice #notice_action-submit {
- color: #fff !important;
- top: 46px;
- }
- .entity_subscribe .dialogbox, .entity_tag .dialogbox {
- border: 1px solid #aaa;
- box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
- -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
- -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
- }
- .entity_subscribe .dialogbox input.submit_dialogbox, .entity_tag .dialogbox input.submit_dialogbox {
- color: #fff !important;
- }
- #filter_tags_item .submit {
- left: 6px;
- top: -3px;
- }
- #pagination {
- height: 1.2em;
- padding-bottom: 12px;
- }
- #pagination a {
- color: #666;
- }
- #footer a {
- color: #666;
- }
- #site_nav_global_secondary {
- margin-bottom: 10px;
- }
- .error, .success, .notice-status {
-
- }
- .form_notice input.submit, .form_settings input.submit, .form_settings input.cancel, #form_invite input.submit,
- .entity_subscribe .dialogbox input.submit_dialogbox,
- .entity_tag .dialogbox input.submit_dialogbox,
- .form_repeat.dialogbox input.submit_dialogbox
- { /* TODO combine all these declarations */
- height: 1.9em;
- padding: 0px 10px;
- color:#fff;
- font-weight: bold;
- text-transform: uppercase;
- font-size: 1.2em;
- text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
- border: 1px solid #129642;
- background: #129642;
- }
- .form_notice input.submit:hover, .form_settings input.submit:hover, .form_settings input.cancel:hover, #form_invite input.submit:hover,
- .entity_subscribe .dialogbox input.submit_dialogbox:hover,
- .entity_tag .dialogbox input.submit_dialogbox:hover,
- .form_repeat.dialogbox input.submit_dialogbox:hover
- {
- text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
- background: #129642;
- }
- .form_settings input#cancel, #form_action-no {
- background: #f2f2f2;
- color: #c33541;
- text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
- }
- .form_settings input#cancel:hover, #form_action-no:hover {
- background: #fff;
- color: #c33541;
- text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
- }
- .form_settings fieldset fieldset {
- margin-bottom: 30px;
- padding-top: 25px;
- }
- #invite #content p {
- margin-bottom: 15px;
- }
- #invite #content ul {
- list-style-type: none;
- margin-bottom: 25px;
- margin-left: 25px;
- }
- #invite #content li {
- background: url(../images/resultset_next.png) no-repeat 0px 3px;
- padding-left: 20px;
- margin-bottom: 10px;
- }
- #invite #content #form_invite ul, #invite #content #form_invite li {
- margin-left: 0px;
- padding-left: 0px;
- background: none;
- }
- #form_invite input[type=text], #form_invite textarea {
- width: 250px;
- padding: 5px;
- border: 1px solid #a6a6a6;
- box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
- -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
- }
- #form_invite textarea {
- clear: left;
- width: 508px;
- height: 48px;
- }
- #form_invite a.add_row, #form_invite a.remove_row {
- display: block;
- height: 16px;
- width: 16px;
- overflow: hidden;
- background-image: url('../../base/images/icons/icons-01.gif');
- background-repeat: no-repeat;
- }
- #form_invite a.remove_row {
- background-position: 0px -1252px;
- display: inline-block;
- position: relative;
- top: 4px;
- left: 10px;
- line-height: 4em;
- }
- #form_invite a.add_row {
- clear: both;
- position: relative;
- top: 10px;
- background-position: 0px -1186px;
- width: 120px;
- padding-left: 20px;
- line-height: 1.2em;
- }
- #form_invite label[for=personal] {
- display: block;
- margin-top: 25px;
- }
- #content thead th {
- text-align:left;
- }
- #content tbody th {
- vertical-align:top;
- text-align:left;
- font-weight:normal;
- padding-top:11px;
- padding-right:18px;
- }
- #content tbody tr {
- border-top: 1px dotted #bbb;
- }
- #content td {
- padding:11px 18px 11px 0;
- vertical-align:top;
- }
- #content td:last-child {
- padding-right:0;
- }
- /* Search */
- #form_search {
- padding-bottom: 10px;
- margin-bottom: 20px;
- background: url('../images/brdr_black_dot.png') repeat-x bottom left;
- }
- #form_search fieldset {
- margin-bottom: 0px;
- }
- #form_search ul.form_data #q {
- margin-left: 10px;
- width: 210px;
- }
- #form_search input.submit {
- height: 1.6em;
- line-height: 1.6em;
- font-size: 1.1em;
- padding-bottom: 2px;
- margin-left: 5px;
- }
- #noticesearch .entity_actions {
- margin: 0px;
- }
- #noticesearch p.error {
- margin-top: 60px;
- }
- /* Limited-scope */
- .limited-scope .entry-content .timestamp {
- padding-left: 20px;
- position: relative;
- }
- .limited-scope .entry-content .timestamp:before {
- content: url(../images/lock.png);
- position: absolute;
- top: -2px;
- left: 0px;
- }
- .limited-scope li .entry-content .timestamp {
- padding-left: 0px;
- }
- .limited-scope li .entry-content .timestamp:before {
- content: none;
- }
- .limited-scope li.limited-scope .entry-content .timestamp {
- padding-left: 20px;
- }
- .limited-scope li.limited-scope .entry-content .timestamp:before {
- content: url(../images/lock.png);
- position: absolute;
- top: -2px;
- left: 0px;
- }
- /* Blog */
- label[for=blog-entry-content] {
- display: none !important;
- }
- #input_form_blog td {
- padding-top: 0px;
- padding-bottom: 0px;
- }
- #input_form_blog td.mceToolbar {
- padding-top: 4px;
- }
- h4.blog-entry-title {
- margin-bottom: 8px;
- line-height: 1.2em;
- }
- /* Bookmark specific styles */
- /* TODO separate base styles and move to plugin */
- .bookmark h3 {
- margin: 0px 0px 8px 0px;
- float: left;
- line-height: 1.2em;
- max-width: 92%;
- }
- .bookmark-notice-count {
- padding: 1px 6px;
- font-size: 1.2em;
- line-height: 1.2em;
- background: #fff;
- border: 1px solid #7b8dbb;
- color: #666 !important;
- position: relative;
- right: 4px;
- margin-left: 10px;
- }
- .bookmark-notice-count:hover {
- text-decoration: none;
- background: #f2f2f2;
- border: 1px solid #7b8dbb;
- text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
- }
- .notice .bookmark-description {
- clear: both;
- margin-left: 0px;
- margin-bottom: 0px;
- }
- .notice .bookmark-author {
- margin-left: 0px;
- float: left;
- }
- .bookmark-tags {
- clear: both;
- margin-bottom: 8px;
- line-height: 1.6em;
- }
- ul.bookmark-tags a {
- padding: 1px 6px;
- background: #f2f2f2;
- color: #666 !important;
- text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
- font-size: 0.88em;
- }
- ul.bookmark-tags a:hover {
- background-color: #129642;
- text-decoration: none;
- }
- .bookmark-avatar {
- float: none !important;
- position: relative;
- top: 2px;
- }
- .bookmark div.entry-content {
- font-size: 0.88em;
- line-height: 1.2em;
- margin-top: 6px;
- opacity: 0.6;
- margin-bottom: 0px;
- }
- .bookmark:hover div.entry-content {
- opacity: 1;
- }
- #bookmarkpopup {
- min-width: 600px;
- margin-top: 0px;
- height: 100%;
- border: 10px solid #364A84;
- background: #364A84;
- }
- #bookmarkpopup #wrap {
- width: auto;
- min-width: 560px;
- padding: 40px 0px 25px 0px;
- margin-right: 2px;
- background: #000 url(../mobilelogo.png) no-repeat 6px 6px;
- }
- #bookmarkpopup #header {
- width: auto;
- padding: 0px 10px;
- }
- #bookmarkpopup .form_settings label {
- margin-top: 2px;
- text-align: right;
- width: 24%;
- font-size: 1.2em;
- }
- #bookmarkpopup .form_settings .form_data input {
- width: 60%;
- }
- #bookmarkpopup .form_guide {
- color: #777;
- }
- #bookmarkpopup #bookmark-submit {
- min-width: 100px;
- }
- #bookmarkpopup fieldset fieldset {
- margin-bottom: 10px;
- }
- #form_initial_bookmark.form_settings .form_data li {
- margin-bottom: 0px;
- }
- #form_new_bookmark.form_settings .bookmarkform-thumbnail {
- position: absolute;
- top: 50px;
- right: 0px;
- }
- /* Onboard specific styles */
- /* TODO move to plugin */
- #cboxOverlay{
- background: url(../images/lightbox_bg.png) repeat 0 0 !important;
- }
- #cboxContent{
- background: #fff url(../logo.png) no-repeat 10px bottom !important;
- }
- .onboard_iframe {
- background: none;
- padding: 10px;
- }
- .onboard_iframe #wrap {
- width: auto;
- background: none;
- }
- .onboard_welcome p {
- margin-bottom: 10px;
- }
- .onboard_welcome ul {
- list-style-type: none;
- margin-bottom: 10px;
- }
- .onboard_welcome ul li {
- background: url(../images/resultset_next.png) no-repeat 0px 3px;
- padding-left: 20px;
- margin-left: 10px;
- }
- #aside_primary #onboard_section {
- background: #f2f2f2;
- width: 196px;
- padding: 10px;
- border: 1px solid #516499;
- background: #fafafa;
- }
- #onboard_section H2 {
- position: relative;
- top: -11px;
- left: -11px;
- padding: 2px 0px 2px 10px;
- margin-right: -22px;
- margin-bottom: 5px;
- color: #fff;
- text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
- background: #ccc;
- }
- #onboard_section ul {
- list-style-type: none;
- }
- #onboard_section .onboard-step-incomplete {
- background: url(../images/resultset_next.png) no-repeat 0px 1px;
- padding-left: 20px;
- margin-bottom: 10px;
- }
- #onboard_section .onboard-step-complete {
- background: url(../images/tick.png) no-repeat 0px 1px;
- padding-left: 20px;
- margin-bottom: 10px;
- text-decoration: line-through;
- color: #555;
- }
- /* Billing specific styles */
- /* TODO move to plugin */
- #content table.billing_info {
- margin-top: 10px;
- background:rgba(240, 240, 240, 0.4);
- }
- #content table.billing_info th {
- text-align: right;
- width: 50%;
- }
- .invalid {
- border: solid 2px red !important;
- }
- #payment_history table {
- width: 100%;
- }
- #billingadminpanel .form_settings input {
- margin-right: 0px;
- }
- /* Directory specific styles */
- /* TODO separate base styles and move to plugin */
- div#profile_directory div.alpha_nav > a {
- border-left: 1px solid #ccc !important;
- padding-left: 3.5px !important;
- padding-right: 4px !important;
- margin-right: 0px;
- float: left;
- line-height: 1.4em;
- }
- div#profile_directory div.alpha_nav > a.first {
- border-left: none !important;
- }
- div#profile_directory div.alpha_nav a.current {
- background-color: #ECECF2 !important;
- }
- table.profile_list {
- margin-top: 25px;
- }
- .profile_list th {
- font-size: 0.8em;
- }
- .profile_list th#created {
- width: 100px;
- }
- .profile_list th#subscriptions {
- width: 90px;
- }
- .profile_list th.current {
- background: none !important;
- }
- .profile_list th.current.reverse {
- background: none !important;
- }
- .profile_list th.current a {
- padding-right: 25px;
- background: url(../images/bluearrow_down.png) no-repeat top right;
- }
- .profile_list th.current.reverse a {
- background: url(../images/bluearrow_up.png) no-repeat top right;
- }
- td.entity_profile {
- width: auto;
- min-width: 250px;
- }
- .profile_list .fn {
- display: block;
- font-size: 1.1em;
- width: auto;
- }
- .profile_list .nickname, .profile_list .fn.nickname {
- position: relative;
- top: -8px;
- display: block;
- margin-bottom: -12px;
- font-size: 1.4em;
- }
- .profile_list .note {
- font-size: 0.88em;
- line-height: 1.36em;
- }
- .profile_list .entry_created, .profile_list .entry_subscriber_count, .profile_list .entry_notice_count {
- font-size: 0.88em;
- }
- .profile_list td.entity_actions {
- width: 24px;
- max-width: 24px;
- min-width: 24px;
- height: 20px;
- padding-left: 6px !important;
- position: relative;
- float: none;
- display: table-cell !important;
- }
- .profile_list .entity_actions ul {
- position: absolute;
- right: 20px;
- }
- .profile_list .entity_actions input {
- width: 22px;
- height: 22px;
- padding-top: 1px;
- padding-right: 0px;
- padding-left: 20px;
- display: block;
- overflow: hidden;
- font-size: 0em;
- border: 1px solid #129642;
- }
- .profile_list .form_group_leave input.submit,
- .profile_list .form_user_unsubscribe input.submit {
- background-position: 2px -1250px;
- }
- .profile_list .form_group_join input.submit,
- .profile_list .form_user_subscribe input.submit {
- background-position: 2px -1184px;
- }
- .profile_list .entity_actions input:hover {
- width: auto;
- padding-right: 10px;
- overflow: visible;
- font-size: 1em;
- line-height: 1.3em;
- border: 1px solid #A6ADBF;
- box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
- -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
- }
- /* Event specific styles */
- /* TODO separate base styles and move to plugin */
- .notice .vevent div {
- margin-bottom: 8px;
- }
- .event-info {
- margin-left: 0px !important;
- margin-top: 2px !important;
- }
- .notice .event-info + .notice-options {
- margin-top: 14px;
- }
- .notice .threaded-replies .event-info + .notice-options {
- margin-top: 20px;
- }
- #form_event_rsvp #new_rsvp_data {
- display: inline;
- margin: 10px 0px;
- }
- #form_event_rsvp input.submit {
- height: auto;
- padding: 0px 10px;
- margin-left: 10px;
- color:#fff;
- font-weight: bold;
- text-transform: uppercase;
- font-size: 1.1em;
- text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
- border: 1px solid #c33541;
- background: #a22430;
- }
- #form_event_rsvp input.submit:hover {
- text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
- background: #a22430;
- }
- #wrap .vevent form.processing input.submit {
- text-indent: 0;
- background: #a22430;
- }
- #input_form_event .form_settings .form_data {
- float: left;
- }
- #input_form_event .form_settings .form_data li {
- float: left;
- width: auto;
- }
- #input_form_event .form_settings .form_data label {
- width: auto;
- }
- label[for=event-starttime], label[for=event-endtime] {
- display: none !important;
- }
- #event-starttime, #event-endtime {
- margin-top: -1px;
- margin-bottom: -1px;
- height: 2em;
- }
- #event-startdate, #event-enddate {
- margin-right: 20px;
- width: 120px;
- }
- /* QnA */
- .question div.question-description {
- font-size: 1em;
- line-height: 1.36em;
- margin-top: 0px;
- opacity: 1;
- }
- .question div.answer-content, .qna-full-question div.answer-content {
- font-size: 1em;
- opacity: 1;
- }
- .qna-dummy-placeholder input, .question #qna-answer, .qna-full-question #qna-answer {
- box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
- -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
- }
- .question-description input.submit, .answer-content input.submit {
- height: auto;
- padding: 0px 10px;
- margin: 6px 0px 10px 0px;
- color:#fff;
- font-weight: bold;
- text-transform: uppercase;
- font-size: 1.1em;
- text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
- border: 1px solid #c33541;
- background: #a22430;
- }
- #qna-answer-submit {
- min-width: 100px;
- }
- .question .question-description input.submit:hover, .question .answer-content input.submit:hover {
- text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
- background: #a22430;
- }
- .question .question-description #answer-form input.submit {
- margin-top: 0px;
- }
- .question p.best, .answer p.best {
- background: url(../images/rosette.png) no-repeat top left;
- padding-left: 20px;
- }
- .question p.best:before, .answer p.best:before {
- content: none !important;
- }
- /* Poll specific styles */
- .notice div.poll-content {
- opacity: 1;
- }
- #poll-response-submit {
- min-width: 100px;
- }
- /* SNOD CompanyLogo styling */
- /* TODO move to plugin */
- #site_nav_local_views a::before {
- content: '/';
- }
- #site_nav_local_views a.company_logo {
- width: 138px;
- padding: 0px;
- font-weight: bold;
- text-transform: none;
- line-height: 1em;
- margin-bottom: 0px;
- position: relative;
- top: -4px;
- }
- #site_nav_local_views a.company_logo:hover {
- background: none;
- color: blue;
- text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
- }
- .company_logo img {
- max-width: 138px;
- margin-bottom: 4px;
- }
- .company_logo span {
- display: block;
- }
- a.company_logo:hover span {
- text-decoration: underline;
- }
- .entity_actions {
- background-color: #000 !important;
- }
- .form_notice label.notice_data-attach, #export_data li a.rss, #export_data li a.atom, #export_data li a.foaf, .entity_edit a, .entity_send-a-message a, .entity_nudge p, .form_user_nudge input.submit, .form_user_block input.submit, .form_user_unblock input.submit, .form_group_block input.submit, .form_group_unblock input.submit, .form_make_admin input.submit, .notice .attachment, .notice-options .notice_reply, .notice-options form.form_favor input.submit, .notice-options form.form_disfavor input.submit, .notice-options .notice_delete, .notice-options form.form_repeat input.submit, #new_group a, #pagination .nav_prev a, #pagination .nav_next a, button.close, .form_group_leave input.submit, .form_user_unsubscribe input.submit, .form_group_join input.submit, .form_user_subscribe input.submit, .form_remote_authorize input.submit, .entity_subscribe a, .entity_moderation p, .entity_sandbox input.submit, .entity_silence input.submit, .entity_delete input.submit, .entity_role p, .entity_role_administrator input.submit, .entity_role_moderator input.submit, .form_user_remove_peopletag input.submit, .form_user_add_peopletag input.submit, .form_peopletag_subscribe input.submit, .form_peopletag_unsubscribe input.submit, .form_group_queue #approve, .form_group_queue #cancel, .notice-options .repeated, .form_notice label.notice_data-geo, button.minimize, .form_reset_key input.submit, .entity_tag a, .entity_clear input.submit, .entity_flag input.submit, .entity_flag p, .entity_approval input.submit, .entity_subscribe input.submit, #realtime_play, #realtime_pause, #realtime_popup, .peopletags_edit_button, .mode-private .privacy_mode {
- background-image: url(../images/icons/icons-01.gif);
- background-repeat: no-repeat;
- background-color: transparent;
- }
- }/*end of @media screen, projection, tv*/
|