123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428 |
- /** theme: neo-gnu
- *
- * @package GNUsocial
- * @author Samantha Doherty <sammy@status.net>
- * @modified MeikoDis <meikodis@meikodis.org>
- * @copyright 2011 StatusNet, Inc.
- * @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
- * @link http://gnu.io/
- */
- @media screen, projection, tv {
- /* general styles and layout */
- body {
- /* background-color: #C6C8CC;
- background-image: url(../images/bg.png); */
- background-color: #e9eaed;
- color: #222;
- }
- a {color: #666;}
- a:hover {color: #a22430;}
- 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;}
- #wrap {
- background: #fff url('../images/brdr_black_dot.png') repeat-x 0px 10px;
- }
- #header {
- padding-top: 12px;
- }
- #core {
- border-top: 3px solid #ccc;
- border-left: 1px solid #d8dae6;
- border-right: 1px solid #d8dae6;
- }
- #aside_primary_wrapper {
- background-color: #ECECF2;
- }
- #content_wrapper {
- border-right: 1px solid #d8dae6;
- }
- #site_nav_local_views_wrapper {
- background-color: #ECECF2;
- border-right: 1px solid #d8dae6;
- }
- #footer {
- top: -6px;
- -webkit-border-top-left-radius: 6px;
- -webkit-border-top-right-radius: 6px;
- -moz-border-radius-topleft: 6px;
- -moz-border-radius-topright: 6px;
- border-top-left-radius: 6px;
- border-top-right-radius: 6px;
- }
- /* header elements */
- address img {
- max-width: 150px;
- }
- #site_nav_global_primary {
- top: 16px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- background: #ccc;
- background: -moz-linear-gradient(top, #666 0%, #ccc 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#ccc));
- background: -webkit-linear-gradient(top, #666 0%,#ccc 100%);
- background: -o-linear-gradient(top, #666 0%,#ccc 100%);
- background: -ms-linear-gradient(top, #666 0%,#ccc 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#ccc',GradientType=0 );
- background: linear-gradient(top, #666 0%,#ccc 100%);
- }
- #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;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- 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: #fafafa url('../images/brdr_black_dot.png') repeat-x bottom left;
- }
- #input_form_nav li a {
- display: block;
- float: left;
- padding: 0px 10px 1px 10px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- 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;
- background: -moz-linear-gradient(top, #ffffff 0%, #ececf2 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececf2));
- background: -webkit-linear-gradient(top, #ffffff 0%,#ececf2 100%);
- background: -o-linear-gradient(top, #ffffff 0%,#ececf2 100%);
- background: -ms-linear-gradient(top, #ffffff 0%,#ececf2 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececf2',GradientType=0 );
- background: linear-gradient(top, #ffffff 0%,#ececf2 100%);
- }
- #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 #ececf2;
- background: #ccc;
- background: -moz-linear-gradient(top, #666 0%, #ccc 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#ccc));
- background: -webkit-linear-gradient(top, #666 0%,#ccc 100%);
- background: -o-linear-gradient(top, #666 0%,#ccc 100%);
- background: -ms-linear-gradient(top, #666 0%,#ccc 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#ccc',GradientType=0 );
- background: linear-gradient(top, #7b8dbb 0%,#ccc 100%);
- }
- .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 {
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- }
- .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 */
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- 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;
- border-radius: 0.5ex;
- 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: #ccc;
- background: -moz-linear-gradient(top, #666 0%, #ccc 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#ccc));
- background: -webkit-linear-gradient(top, #666 0%,#ccc 100%);
- background: -o-linear-gradient(top, #666 0%,#ccc 100%);
- background: -ms-linear-gradient(top, #666 0%,#ccc 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#ccc',GradientType=0 );
- background: linear-gradient(top, #666 0%,#ccc 100%);
- }
- /* 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;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- 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;
- background: -moz-linear-gradient(top, #666 0%, #ccc 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#ccc));
- background: -webkit-linear-gradient(top, #666 0%,#ccc 100%);
- background: -o-linear-gradient(top, #666 0%,#ccc 100%);
- background: -ms-linear-gradient(top, #666 0%,#ccc 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#ccc',GradientType=0 );
- background: linear-gradient(top, #666 0%,#ccc 100%);
- }
- .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;
- border-radius: 4px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- background: #a22430;
- background: -moz-linear-gradient(top, #a22430 0%, #c33541 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a22430), color-stop(100%,#c33541));
- background: -webkit-linear-gradient(top, #a22430 0%,#c33541 100%);
- background: -o-linear-gradient(top, #a22430 0%,#c33541 100%);
- background: -ms-linear-gradient(top, #a22430 0%,#c33541 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a22430', endColorstr='#c33541',GradientType=0 );
- background: linear-gradient(top, #a22430 0%,#c33541 100%);
- }
- .invite_button:hover {
- color: #fff;
- text-decoration: none;
- text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
- background: #a22430;
- background: -moz-linear-gradient(top, #c33541 0%, #d44652 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c33541), color-stop(100%,#d44652));
- background: -webkit-linear-gradient(top, #a22430 0%,#d44652 100%);
- background: -o-linear-gradient(top, #a22430 0%,#d44652 100%);
- background: -ms-linear-gradient(top, #a22430 0%,#d44652 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a22430', endColorstr='#d44652',GradientType=0 );
- background: linear-gradient(top, #a22430 0%,#d44652 100%);
- }
- /* notices etc */
- #content h1 {
- border-bottom: 3px solid #A6ADBF;
- color: #A6ADBF;
- font-size: 1.4em;
- letter-spacing: 4px;
- text-transform: none;
- }
- #content .notice {
- padding-bottom: 4px;
- border-bottom: 2px dotted #eee;
- }
- .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-top: 4px;
- }
- .notice-options .form_repeat.dialogbox {
- margin-right: 0px;
- border: 1px solid #aaa;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- 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;
- }
- .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);
- border-radius: 4px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- background-color: #CDD1DD !important;
- }
- .entity_moderation:hover ul,
- .entity_role:hover ul {
- border-radius: 4px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- }
- .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;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- 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;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
- }
- #pagination a {
- color: #666;
- }
- #footer a {
- color: #666;
- }
- #site_nav_global_secondary {
- margin-bottom: 10px;
- }
- .error, .success, .notice-status {
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
- }
- .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 #c33541;
- border-radius: 4px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- background: #a22430;
- background: -moz-linear-gradient(top, #a22430 0%, #c33541 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a22430), color-stop(100%,#c33541));
- background: -webkit-linear-gradient(top, #a22430 0%,#c33541 100%);
- background: -o-linear-gradient(top, #a22430 0%,#c33541 100%);
- background: -ms-linear-gradient(top, #a22430 0%,#c33541 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a22430', endColorstr='#c33541',GradientType=0 );
- background: linear-gradient(top, #a22430 0%,#c33541 100%);
- }
- .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: #a22430;
- background: -moz-linear-gradient(top, #c33541 0%, #d44652 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c33541), color-stop(100%,#d44652));
- background: -webkit-linear-gradient(top, #c33541 0%,#d44652 100%);
- background: -o-linear-gradient(top, #c33541 0%,#d44652 100%);
- background: -ms-linear-gradient(top, #c33541 0%,#d44652 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c33541', endColorstr='#d44652',GradientType=0 );
- background: linear-gradient(top, #c33541 0%,#d44652 100%);
- }
- .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;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- 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 {
- border-radius: 4px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- 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 {
- border-radius: 4px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- 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: #cdd1dd;
- 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: #fff 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-radius: 4px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border: 1px solid #516499;
- background: #fafafa;
- }
- #onboard_section H2 {
- -webkit-border-top-left-radius: 4px;
- -moz-border-radius-topleft: 4px;
- border-top-left-radius: 4px;
- -webkit-border-top-right-radius: 4px;
- -moz-border-radius-topright: 4px;
- border-top-right-radius: 4px;
- 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;
- background: -moz-linear-gradient(top, #666 0%, #ccc 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#ccc));
- background: -webkit-linear-gradient(top, #666 0%,#ccc 100%);
- background: -o-linear-gradient(top, #666 0%,#ccc 100%);
- background: -ms-linear-gradient(top, #666 0%,#ccc 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#ccc',GradientType=0 );
- background: linear-gradient(top, #666 0%,#ccc 100%);
- }
- #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 #CDD1DD;
- }
- .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;
- border-radius: 4px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- background: #a22430;
- background: -moz-linear-gradient(top, #a22430 0%, #c33541 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a22430), color-stop(100%,#c33541));
- background: -webkit-linear-gradient(top, #a22430 0%,#c33541 100%);
- background: -o-linear-gradient(top, #a22430 0%,#c33541 100%);
- background: -ms-linear-gradient(top, #a22430 0%,#c33541 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a22430', endColorstr='#c33541',GradientType=0 );
- background: linear-gradient(top, #a22430 0%,#c33541 100%);
- }
- #form_event_rsvp input.submit:hover {
- text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
- background: #a22430;
- background: -moz-linear-gradient(top, #c33541 0%, #d44652 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c33541), color-stop(100%,#d44652));
- background: -webkit-linear-gradient(top, #c33541 0%,#d44652 100%);
- background: -o-linear-gradient(top, #c33541 0%,#d44652 100%);
- background: -ms-linear-gradient(top, #c33541 0%,#d44652 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c33541', endColorstr='#d44652',GradientType=0 );
- background: linear-gradient(top, #c33541 0%,#d44652 100%);
- }
- #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 {
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- 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;
- border-radius: 4px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- background: #a22430;
- background: -moz-linear-gradient(top, #a22430 0%, #c33541 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a22430), color-stop(100%,#c33541));
- background: -webkit-linear-gradient(top, #a22430 0%,#c33541 100%);
- background: -o-linear-gradient(top, #a22430 0%,#c33541 100%);
- background: -ms-linear-gradient(top, #a22430 0%,#c33541 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a22430', endColorstr='#c33541',GradientType=0 );
- background: linear-gradient(top, #a22430 0%,#c33541 100%);
- }
- #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;
- background: -moz-linear-gradient(top, #c33541 0%, #d44652 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c33541), color-stop(100%,#d44652));
- background: -webkit-linear-gradient(top, #c33541 0%,#d44652 100%);
- background: -o-linear-gradient(top, #c33541 0%,#d44652 100%);
- background: -ms-linear-gradient(top, #c33541 0%,#d44652 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c33541', endColorstr='#d44652',GradientType=0 );
- background: linear-gradient(top, #c33541 0%,#d44652 100%);
- }
- .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.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;
- }
- }/*end of @media screen, projection, tv*/
|