Skip to:
Content

BuddyPress.org

Changeset 4300


Ignore:
Timestamp:
04/29/2011 02:17:48 PM (15 years ago)
Author:
djpaul
Message:

Removes alot of white space to better match CSS coding standards

Location:
trunk/bp-themes/bp-default/_inc/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/css/adminbar.css

    r3968 r4300  
    1 body, body.wp-admin {
     1body,
     2body.wp-admin {
    23    padding-top: 25px;
    34}
    4 
    55#wp-admin-bar {
    66    position: fixed;
     
    1313    z-index: 1000;
    1414}
    15 
    1615#wp-admin-bar .padder {
    1716    position: relative;
     
    2221    height: 25px;
    2322}
    24 
    2523body#bp-default #wp-admin-bar .padder {
    2624    min-width: 960px;
    2725    max-width: 1250px;
    2826}
    29 
    3027#wp-admin-bar * {
    3128    z-index: 999;
    3229}
    33 
    3430#wp-admin-bar div#admin-bar-logo {
    3531    position: absolute;
     
    3733    left: 10px;
    3834}
    39 
    4035#wp-admin-bar a img {
    4136    border: none;
    4237}
    43 
    4438#wp-admin-bar li {
    4539    list-style: none;
     
    4943    text-align: left;
    5044}
    51 
    5245#wp-admin-bar li a {
    5346    padding: 7px 15px 7px 15px;
     
    5649    font-size: 11px;
    5750}
    58 
    5951#wp-admin-bar li.alt {
    6052    border: none;
    6153}
    62 
    6354#wp-admin-bar li.no-arrow a {
    6455    padding-right: 15px;
    6556}
    66 
    6757#wp-admin-bar ul li ul li a span {
    6858    display: none;
    6959}
    70 
    7160#wp-admin-bar li:hover,
    7261#wp-admin-bar li.hover {
    7362    position: static;
    7463}
    75 
    7664#admin-bar-logo {
    7765    float: left;
     
    8371    color: #fff;
    8472}
    85 
    8673body#bp-default #admin-bar-logo {
    8774    padding: 2px 8px;
     
    10693    padding-right: 11px;
    10794}
    108 
    10995#wp-admin-bar ul li.no-arrow {
    11096    background: none;
    11197    padding-right: 0;
    11298}
    113 
    11499#wp-admin-bar ul li ul li {
    115100    background-image: none;
    116101}
    117 
    118102#wp-admin-bar ul li.align-right {
    119103    position: absolute;
    120104    right: 0;
    121105}
    122 
    123106#wp-admin-bar ul li a {
    124107    display: block;
    125108}
    126 
    127109#wp-admin-bar ul.main-nav li:hover,
    128110#wp-admin-bar ul.main-nav li.sfhover,
     
    148130    -webkit-border-top-right-radius: 0;
    149131}
    150 
    151132#wp-admin-bar ul li > ul {
    152133    border-top: none;
    153134}
    154 
    155135#wp-admin-bar ul li ul a {
    156136    color: #eee;
    157137}
    158 
    159138#wp-admin-bar ul li ul li {
    160139    float: left;
     
    162141    margin: 0;
    163142}
    164 
    165143#wp-admin-bar ul li ul li:hover a {
    166144    color: #fff;
    167145}
    168 
    169146#wp-admin-bar ul li div.admin-bar-clear {
    170147    clear: both;
    171148}
    172 
    173149#wp-admin-bar ul.main-nav li ul li:hover,
    174150#wp-admin-bar ul.main-nav li ul li.sfhover,
     
    183159    -webkit-border-radius: 3px;
    184160}
    185 
    186161#wp-admin-bar ul li ul li:hover ul li a {
    187162    color: #eee;
    188163}
    189 
    190164#wp-admin-bar ul li ul li ul li:hover a {
    191165    color: #fff;
    192166}
    193 
    194167#wp-admin-bar ul li:hover ul,
    195168#wp-admin-bar ul li ul li:hover ul,
     
    198171    left: auto;
    199172}
    200 
    201173#wp-admin-bar ul li.align-right:hover ul {
    202174    right: 0;
    203175}
    204 
    205176#wp-admin-bar ul li:hover ul ul,
    206177#wp-admin-bar li.sfhover ul li ul {
     
    213184    margin-right: 8px;
    214185}
    215 
    216186#wp-admin-bar span.activity {
    217187    display: block;
     
    219189    padding: 0;
    220190}
    221 
    222191#wp-admin-bar ul.author-list li a {
    223192    height: 17px;
    224193}
    225 
    226194#wp-admin-bar ul li#bp-adminbar-notifications-menu a span {
    227195    padding: 0 6px;
  • trunk/bp-themes/bp-default/_inc/css/default.css

    r4285 r4300  
    2020    padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
    2121}
    22 
    2322h1,
    2423h2,
     
    2928    margin: 5px 0 15px 0;
    3029}
    31 
    3230h1 {
    3331    font-size: 28px;
    3432    margin-bottom: 25px;
    3533}
    36 
    3734h2 {
    3835    font-size: 24px;
    3936    margin-bottom: 20px;
    4037}
    41 
    4238h3 {
    4339    font-size: 20px;
    4440}
    45 
    4641h4 {
    4742    font-size: 16px;
    4843    margin-bottom: 15px;
    4944}
    50 
    5145h5 {
    5246    font-size: 14px;
    5347    margin-bottom: 0;
    5448}
    55 
    5649h6 {
    5750    font-size: 12px;
    5851    margin-bottom: 0;
    5952}
    60 
    6153a {
    6254    color: #1fb3dd;
    6355}
    64 
    6556a:hover,
    6657a:active {
    6758    color: #888;
    6859}
    69 
    7060a:focus {
    7161    outline: 1px dotted #ccc;
    7262}
    73 
    7463.padder {
    7564    padding: 19px;
    7665}
    77 
    7866.clear {
    7967    clear: left;
    8068}
    81 
    8269p {
    8370    margin-bottom: 15px;
    8471}
    85 
    8672p:last-child {
    8773    margin-bottom: 0;
    8874}
    89 
    9075hr {
    9176    background-color: #e7e7e7;
     
    9580    margin: 20px 0;
    9681}
    97 
    9882img.avatar {
    9983    float: left;
    10084    border: 2px solid #eee;
    10185}
    102 
    10386big {
    10487    font-size: 18px;
    10588}
    106 
    10789del {
    10890    text-decoration: line-through;
    10991}
    110 
    11192ins {
    11293    background: #fff9db;
    11394    text-decoration: none;
    11495}
    115 
    11696sub {
    11797    top: .5ex;
    11898}
    119 
    12099sup {
    121100    bottom: 1ex;
    122101}
    123 
    124102sub,
    125103sup {
     
    154132    z-index: 1000;
    155133}
    156 
    157134#header #search-bar {
    158135    position: absolute;
     
    162139    text-align: right;
    163140}
    164 
    165141#header #search-bar .padder {
    166142    padding: 10px 20px;
    167143}
    168 
    169144#header #search-bar input[type=text] {
    170145    -moz-border-radius: 3px;
     
    175150    margin-right: 4px;
    176151}
    177 
    178152#header #search-bar input[type=submit] {
    179153    font-size: 11px;
     
    181155    margin-left: 4px;
    182156}
    183 
    184157#header h1 {
    185158    bottom: 30px;
     
    190163    width: 44%;
    191164}
    192 
    193165#header h1 a {
    194166    color: #fff;
     
    210182    max-width: 95%;
    211183}
    212 
    213184#nav li a {
    214185    background: url( ../images/60pc_black.png );
     
    218189    text-decoration: none;
    219190}
    220 
    221191#nav li {
    222192    margin-left: 5px;
    223193    float: left;
    224194}
    225 
    226195#nav li li {
    227196    margin-left: 0;
    228197}
    229 
    230198#nav > li > a {
    231199    -moz-border-radius-topleft: 3px;
     
    234202    -webkit-border-top-right-radius: 3px;
    235203}
    236 
    237204#nav li.selected a,
    238205#nav > li.current_page_item a {
     
    240207    color: #555;
    241208}
    242 
    243209#nav > li > ul {
    244210    border-top-width: 0;
    245211}
    246 
    247212#nav > ul li.sfhover a,
    248213#nav > ul li:hover a {
     
    250215    color: #fff;
    251216}
    252 
    253217#nav li.sfhover,
    254218#nav li:hover {
     
    256220    z-index: 1000;
    257221}
    258 
    259222#nav ul {
    260223    border: 1px solid #222;
     
    268231    -webkit-border-top-right-radius: 0;
    269232}
    270 
    271233#nav ul li ul {
    272234    -moz-border-radius: 3px;
    273235    -webkit-border-radius: 3px;
    274236}
    275 
    276237#nav ul,
    277238#nav .sfhover ul ul,
     
    280241    position: absolute;
    281242}
    282 
    283243#nav .sfhover ul,
    284244#nav :hover ul {
     
    287247    width: 128px;
    288248}
    289 
    290249#nav .sfhover ul li > a,
    291250#nav :hover ul li > a {
     
    293252    color: #fff;
    294253}
    295 
    296254#nav .sfhover ul .sfhover > ul,
    297255#nav :hover ul :hover > ul {
     
    300258    width: 128px;
    301259}
    302 
    303260#nav ul li.sfhover > a,
    304261#nav ul li:hover > a {
     
    306263    color: #fff;
    307264}
    308 
    309265#nav .sfhover ul li,
    310266#nav :hover ul li {
     
    314270    width: 128px;
    315271}
    316 
    317272#nav .sfhover ul li a,
    318273#nav :hover ul li a {
     
    334289    overflow: hidden;
    335290}
    336 
    337291body.activity-permalink div#container {
    338292    background: none;
     
    354308    background: url( ../images/sidebar_back.gif ) top left repeat-x;
    355309}
    356 
    357310div#sidebar div#sidebar-me img.avatar {
    358311    float: left;
    359312    margin: 0 10px 15px 0;
    360313}
    361 
    362314div#sidebar div#sidebar-me h4 {
    363315    font-size: 16px;
     
    365317    font-weight: normal;
    366318}
    367 
    368319div#sidebar ul#bp-nav {
    369320    clear: left;
    370321    margin: 15px -16px;
    371322}
    372 
    373323div#sidebar ul#bp-nav li {
    374324    padding: 10px 15px;
    375325}
    376 
    377326div#sidebar h3.widgettitle {
    378327    margin: 25px -20px 10px -19px;
     
    382331    clear: left;
    383332}
    384 
    385333#footer-widget-area .widget_search,
    386334div#sidebar .widget_search {
    387335    margin-top: 20px;
    388336}
    389 
    390337#footer-widget-area .widget_search input[type=text],
    391338div#sidebar .widget_search input[type=text] {
     
    393340    padding: 2px;
    394341}
    395 
    396342#footer-widget-area ul#recentcomments li,
    397343#footer-widget-area .widget_recent_entries ul li,
     
    400346    margin-bottom: 15px;
    401347}
    402 
    403348#footer-widget-area ul.item-list img.avatar,
    404349div#sidebar ul.item-list img.avatar {
     
    407352    margin-right: 10px;
    408353}
    409 
    410354#footer-widget-area div.item-avatar img,
    411355div#sidebar div.item-avatar img {
     
    414358    margin: 1px;
    415359}
    416 
    417360#footer-widget-area .avatar-block,
    418361div#sidebar .avatar-block {
    419362    overflow: hidden;
    420363}
    421 
    422364#footer-widget-area ul.item-list div.item-title,
    423365div#sidebar ul.item-list div.item-title {
    424366    font-size: 12px;
    425367}
    426 
    427368#footer-widget-area div.item-options,
    428369div#sidebar div.item-options {
     
    432373    font-size: 11px;
    433374}
    434 
    435375#footer-widget-area div.item-meta,
    436376#footer-widget-area div.item-content,
     
    440380    font-size: 11px;
    441381}
    442 
    443382#footer-widget-area div.tags div#tag-text,
    444383div#sidebar div.tags div#tag-text {
     
    460399    -webkit-border-bottom-left-radius: 6px;
    461400}
    462 
    463401div#content .padder {
    464402    margin-right: 225px;
     
    469407    -webkit-border-bottom-left-radius: 6px;
    470408}
    471 
    472409div#content .one-column {
    473410    margin-right: 0;
    474411    border-right: 0 none;
    475412}
    476 
    477413div#content .left-menu {
    478414    float: left;
    479415    width: 170px;
    480416}
    481 
    482417div#content .main-column {
    483418    margin-left: 190px;
     
    491426    overflow: hidden;
    492427}
    493 
    494428div#item-header div#item-header-content {
    495429    margin-left: 170px;
    496430}
    497 
    498431div#item-header h2 {
    499432    font-size: 28px;
     
    501434    line-height: 120%;
    502435}
    503 
    504436div#item-header h2 a {
    505437    text-decoration: none;
    506438    color: #777;
    507439}
    508 
    509440div#item-header img.avatar {
    510441    float: left;
    511442    margin: 0 15px 25px 0;
    512443}
    513 
    514444div#item-header h2 {
    515445    margin-bottom: 5px;
    516446}
    517 
    518447div#item-header span.activity,
    519448div#item-header h2 span.highlight {
     
    524453    margin-bottom: 7px;
    525454}
    526 
    527455div#item-header h2 span.highlight {
    528456    font-size: 16px;
    529457}
    530 
    531458div#item-header h2 span.highlight span {
    532459    position: relative;
     
    544471    cursor: pointer;
    545472}
    546 
    547473div#item-header div#item-meta {
    548474    font-size: 14px;
     
    552478    margin: 15px 0 5px 0;
    553479}
    554 
    555480div#item-header div#item-actions {
    556481    float: right;
     
    559484    text-align: right;
    560485}
    561 
    562486div#item-header div#item-actions h3 {
    563487    font-size: 12px;
    564488    margin: 0 0 5px 0;
    565489}
    566 
    567490div#item-header ul {
    568491    overflow: hidden;
    569492    margin-bottom: 15px;
    570493}
    571 
    572494div#item-header ul h5,
    573495div#item-header ul span,
     
    575497    display: none;
    576498}
    577 
    578499div#item-header ul li {
    579500    float: right;
    580501}
    581 
    582502div#item-header ul img.avatar,
    583503div#item-header ul.avatars img.avatar {
     
    586506    margin: 2px;
    587507}
    588 
    589508div#item-header div.generic-button,
    590509div#item-header a.button {
     
    592511    margin: 10px 10px 0 0;
    593512}
    594 
    595513div#item-header div#message.info {
    596514    line-height: 80%;
     
    604522    width: 100%;
    605523}
    606 
    607524ul.item-list li {
    608525    position: relative;
     
    610527    border-bottom: 1px solid #eaeaea;
    611528}
    612 
    613529ul.single-line li {
    614530    border: none;
    615531}
    616 
    617532ul.item-list li img.avatar {
    618533    float: left;
    619534    margin: 0 10px 10px 0;
    620535}
    621 
    622536ul.item-list li div.item-title,
    623537ul.item-list li h4 {
     
    627541    margin: 0;
    628542}
    629 
    630543ul.item-list li div.item-title span {
    631544    font-size: 12px;
    632545    color: #999;
    633546}
    634 
    635547ul.item-list li div.item-desc {
    636548    margin: 10px 0 0 64px;
     
    639551    width: 50%;
    640552}
    641 
    642553ul.item-list li div.action {
    643554    position: absolute;
     
    646557    text-align: right;
    647558}
    648 
    649559ul.item-list li div.meta {
    650560    margin-top: 10px;
     
    652562    font-size: 11px;
    653563}
    654 
    655564ul.item-list li h5 span.small {
    656565    font-weight: normal;
     
    669578    background: #eaeaea;
    670579}
    671 
    672580div.item-list-tabs ul li a {
    673581    text-decoration: none;
    674582}
    675 
    676583div.item-list-tabs ul {
    677584    width: 100%;
    678585}
    679 
    680586div.item-list-tabs ul li {
    681587    float: left;
    682588    margin: 5px 0 0 5px;
    683589}
    684 
    685590div.item-list-tabs#subnav ul li {
    686591    margin-top: 0;
    687592}
    688 
    689593div.item-list-tabs ul li:first-child {
    690594    margin-left: 20px;
    691595}
    692 
    693596div.item-list-tabs ul li.last {
    694597    float: right;
    695598    margin: 7px 20px 0 0;
    696599}
    697 
    698600div.item-list-tabs#subnav ul li.last {
    699601    margin-top: 4px;
    700602}
    701 
    702603div.item-list-tabs ul li.last select {
    703604    max-width: 175px;
    704605}
    705 
    706606div.item-list-tabs ul li a,
    707607div.item-list-tabs ul li span {
     
    710610    text-decoration: none;
    711611}
    712 
    713612div.item-list-tabs ul li span {
    714613    color: #aaa;
    715614}
    716 
    717615div.item-list-tabs ul li a span {
    718616    display: inline;
     
    720618    color: inherit;
    721619}
    722 
    723620div.item-list-tabs ul li.selected a,
    724621div.item-list-tabs ul li.current a {
     
    731628    -webkit-border-top-right-radius: 3px;
    732629}
    733 
    734630ul li.loading a {
    735631    background-image: url( ../images/ajax-loader.gif );
     
    738634    padding-right: 30px !important;
    739635}
    740 
    741636div#item-nav ul li.loading a {
    742637    background-position: 88% 50%;
    743638}
    744 
    745639div.item-list-tabs#object-nav {
    746640    margin-top: 0;
    747641}
    748 
    749642div.item-list-tabs#subnav {
    750643    background: #fff;
     
    754647    overflow: hidden;
    755648}
    756 
    757649div.item-list-tabs ul li.feed a {
    758650    background: url( ../images/rss.png ) center left no-repeat;
     
    767659    margin: 20px 0;
    768660}
    769 
    770661span.activity,
    771662div#message p {
     
    793684    margin: -39px 0 0 0;
    794685}
    795 
    796686div.dir-search input[type=text] {
    797687    padding: 0 3px;
     
    813703    position: relative;
    814704}
    815 
    816705div.pagination .pag-count {
    817706    float: left;
    818707}
    819 
    820708div.pagination .pagination-links {
    821709    float: right;
    822710}
    823 
    824711div.pagination .pagination-links span,
    825712div.pagination .pagination-links a {
     
    827714    padding: 0 5px;
    828715}
    829 
    830716div.pagination .pagination-links a:hover {
    831717    font-weight: bold;
    832718}
    833 
    834719div#pag-bottom {
    835720    margin-top: -1px;
     
    843728    margin: 15px 0;
    844729}
    845 
    846730div#message.updated {
    847731    clear: both;
    848732}
    849 
    850733div#message p {
    851734    padding: 10px 15px;
     
    853736    display: block;
    854737}
    855 
    856738div#message.error p {
    857739    background: #e41717;
     
    860742    clear: left;
    861743}
    862 
    863744div#message.updated p {
    864745    background: #dffcd9;
     
    866747    border-color: #c4e9bd;
    867748}
    868 
    869749.standard-form#signup_form div div.error {
    870750    color: #fff;
     
    901781    cursor: pointer;
    902782}
    903 
    904783a.button:hover,
    905784a.button:focus,
     
    922801    cursor: default;
    923802}
    924 
    925803div.pending a:hover,
    926804a.disabled:hover {
     
    928806    color: #bbb;
    929807}
    930 
    931808div.accept,
    932809div.reject {
     
    934811    margin-left: 10px;
    935812}
    936 
    937813ul.button-nav li {
    938814    float: left;
    939815    margin: 0 10px 10px 0;
    940816}
    941 
    942817ul.button-nav li.current a {
    943818    font-weight: bold;
     
    953828    display: none;
    954829}
    955 
    956830a.loading {
    957831    background-image: url( ../images/ajax-loader.gif ) !important;
     
    979853    color: #888;
    980854}
    981 
    982855.standard-form select {
    983856    padding: 3px;
    984857}
    985 
    986858.standard-form input[type=password] {
    987859    margin-bottom: 5px;
    988860}
    989 
    990861.standard-form label,
    991862.standard-form span.label {
     
    994865    margin: 15px 0 5px 0;
    995866}
    996 
    997867.standard-form div.checkbox label,
    998868.standard-form div.radio label {
     
    1002872    color: #888;
    1003873}
    1004 
    1005874.standard-form#sidebar-login-form label {
    1006875    margin-top: 5px;
    1007876}
    1008 
    1009877.standard-form input[type=text] {
    1010878    width: 75%;
    1011879}
    1012 
    1013880.standard-form#sidebar-login-form input[type=text],
    1014881.standard-form#sidebar-login-form input[type=password] {
     
    1016883    width: 95%;
    1017884}
    1018 
    1019885.standard-form #basic-details-section input[type=password],
    1020886.standard-form #blog-details-section input#signup_blog_url {
    1021887    width: 35%;
    1022888}
    1023 
    1024889.standard-form#signup_form input[type=text],
    1025890.standard-form#signup_form textarea {
    1026891    width: 90%;
    1027892}
    1028 
    1029893.standard-form#signup_form div.submit {
    1030894    float: right;
    1031895}
    1032 
    1033896div#signup-avatar img {
    1034897    margin: 0 15px 10px 0;
    1035898}
    1036 
    1037899.standard-form textarea {
    1038900    width: 75%;
    1039901    height: 120px;
    1040902}
    1041 
    1042903.standard-form textarea#message_content {
    1043904    height: 200px;
    1044905}
    1045 
    1046906.standard-form#send-reply textarea {
    1047907    width: 97.5%;
    1048908}
    1049 
    1050909.standard-form p.description {
    1051910    font-size: 11px;
     
    1053912    margin: 5px 0;
    1054913}
    1055 
    1056914.standard-form div.submit {
    1057915    padding: 15px 0 0 0;
    1058916    clear: both;
    1059917}
    1060 
    1061918.standard-form p.submit {
    1062919    padding: 15px 0 0 0;
    1063920    margin-bottom: 0;
    1064921}
    1065 
    1066922.standard-form div.submit input {
    1067923    margin-right: 15px;
    1068924}
    1069 
    1070925.standard-form div.radio ul {
    1071926    margin: 10px 0 15px 38px;
    1072927    list-style: disc;
    1073928}
    1074 
    1075929.standard-form div.radio ul li {
    1076930    margin-bottom: 5px;
    1077931}
    1078 
    1079932.standard-form a.clear-value {
    1080933    display: block;
     
    1082935    outline: none;
    1083936}
    1084 
    1085937.standard-form #basic-details-section,
    1086938.standard-form #blog-details-section,
     
    1089941    width: 48%;
    1090942}
    1091 
    1092943.standard-form #profile-details-section {
    1093944    float: right;
    1094945}
    1095 
    1096946.standard-form #blog-details-section {
    1097947    clear: left;
    1098948}
    1099 
    1100949.standard-form input:focus,
    1101950.standard-form textarea:focus,
     
    1104953    color: #555;
    1105954}
    1106 
    1107955form#send-invite-form {
    1108956    margin-top: 20px;
    1109957}
    1110 
    1111958div#invite-list {
    1112959    height: 400px;
     
    1129976    width: 100%;
    1130977}
    1131 
    1132978table thead tr {
    1133979    background: #eaeaea;
    1134980}
    1135 
    1136981table#message-threads {
    1137982    margin: 0 -19px;
    1138983    width: auto;
    1139984}
    1140 
    1141985table.profile-fields {
    1142986    margin-bottom: 20px;
    1143987}
    1144 
    1145988div#sidebar table {
    1146989    margin: 0 -16px;
    1147990    width: 117%;
    1148991}
    1149 
    1150992table tr td,
    1151993table tr th {
     
    1153995    vertical-align: middle;
    1154996}
    1155 
    1156997table tr td.label {
    1157998    border-right: 1px solid #eaeaea;
     
    11591000    width: 25%;
    11601001}
    1161 
    11621002table tr td.thread-info p {
    11631003    margin: 0;
    11641004}
    1165 
    11661005table tr td.thread-info p.thread-excerpt {
    11671006    color: #888;
     
    11691008    margin-top: 3px;
    11701009}
    1171 
    11721010div#sidebar table td,
    11731011table.forum td {
    11741012    text-align: center;
    11751013}
    1176 
    11771014table tr.alt {
    11781015    background: #f8f8f8;
    11791016}
    1180 
    11811017table.notification-settings {
    11821018    margin-bottom: 20px;
    11831019    text-align: left;
    11841020}
    1185 
    11861021table.notification-settings th.icon,
    11871022table.notification-settings td:first-child {
    11881023    display: none;
    11891024}
    1190 
    11911025table.notification-settings th.title {
    11921026    width: 80%;
    11931027}
    1194 
    11951028table.notification-settings .yes,
    11961029table.notification-settings .no {
     
    11981031    text-align: center;
    11991032}
    1200 
    12011033table.forum {
    12021034    margin: 0 -19px;
    12031035    width: auto;
    12041036}
    1205 
    12061037table.forum tr.sticky td {
    12071038    background: #fff9db;
     
    12091040    border-bottom: 1px solid #ffe8c4;
    12101041}
    1211 
    12121042table.forum tr.closed td.td-title {
    12131043    padding-left: 35px;
     
    12161046    background-repeat: no-repeat;
    12171047}
    1218 
    12191048table.forum td p.topic-text {
    12201049    color: #888;
    12211050    font-size: 11px;
    12221051}
    1223 
    12241052table.forum tr > td:first-child,
    12251053table.forum tr > th:first-child {
    12261054    padding-left: 15px;
    12271055}
    1228 
    12291056table.forum tr > td:last-child,
    12301057table.forum tr > th:last-child {
    12311058    padding-right: 15px;
    12321059}
    1233 
    12341060table.forum tr th#th-title,
    12351061table.forum tr th#th-poster,
     
    12401066    text-align: left;
    12411067}
    1242 
    12431068table.forum td.td-freshness {
    12441069    font-size: 11px;
     
    12471072    width: 150px;
    12481073}
    1249 
    12501074table.forum td img.avatar {
    12511075    margin-right: 5px;
    12521076}
    1253 
    12541077table.forum td.td-poster,
    12551078table.forum td.td-group {
    12561079    min-width: 140px;
    12571080}
    1258 
    12591081table.forum th#th-title {
    12601082    width: 100%;
    12611083}
    1262 
    12631084table.forum th#th-postcount {
    12641085    width: 50px;
     
    12721093    margin-bottom: 5px;
    12731094}
    1274 
    12751095#item-body form#whats-new-form {
    12761096    margin: 20px 0 10px;
     
    12781098    border-bottom: 1px solid #ddd;
    12791099}
    1280 
    12811100.home-page form#whats-new-form {
    12821101    border-bottom: none;
    12831102    padding-bottom: 0;
    12841103}
    1285 
    12861104form#whats-new-form h5 {
    12871105    margin: 0;
     
    12921110    padding: 0 0 3px 0;
    12931111}
    1294 
    12951112form#whats-new-form #whats-new-avatar {
    12961113    float: left;
    12971114}
    1298 
    12991115form#whats-new-form #whats-new-content {
    13001116    margin-left: 54px;
    13011117    padding-left: 22px;
    13021118}
    1303 
    13041119form#whats-new-form #whats-new-textarea {
    13051120    padding: 8px;
     
    13111126    border-radius: 3px;
    13121127}
    1313 
    13141128form#whats-new-form textarea {
    13151129    width: 100%;
     
    13221136    padding: 0;
    13231137}
    1324 
    13251138form#whats-new-form #whats-new-options select {
    13261139    max-width: 200px;
    13271140}
    1328 
    13291141form#whats-new-form #whats-new-submit {
    13301142    float: right;
     
    13401152    overflow: hidden;
    13411153}
    1342 
    13431154ul.activity-list > li:first-child {
    13441155    padding-top: 5px;
    13451156}
    1346 
    13471157ul.activity-list li.has-comments {
    13481158    padding-bottom: 20px;
    13491159}
    1350 
    13511160body.activity-permalink ul.activity-list li.has-comments {
    13521161    padding-bottom: 0;
    13531162}
    1354 
    13551163.activity-list li.mini {
    13561164    position: relative;
     
    13591167    padding: 12px 0 0 0;
    13601168}
    1361 
    13621169.activity-list li.mini div.activity-meta {
    13631170    margin: 0;
    13641171}
    1365 
    13661172.activity-list li.mini div.activity-meta a {
    13671173    padding: 3px 8px;
    13681174}
    1369 
    13701175.activity-list li.mini .activity-avatar img.avatar,
    13711176.activity-list li.mini .activity-avatar img.FB_profile_pic {
     
    13741179    margin-left: 76px;
    13751180}
    1376 
    13771181.activity-list li.activity_comment .activity-avatar img.avatar,
    13781182.activity-list li.activity_comment .activity-avatar img.FB_profile_pic {
     
    13811185    margin-left: 20px;
    13821186}
    1383 
    13841187body.activity-permalink .activity-list > li:first-child {
    13851188    padding-top: 0;
    13861189}
    1387 
    13881190body.activity-permalink .activity-list li .activity-avatar img.avatar,
    13891191body.activity-permalink .activity-list li .activity-avatar img.FB_profile_pic {
     
    13921194    margin-left: 0;
    13931195}
    1394 
    13951196.activity-list li .activity-content {
    13961197    position: relative;
    13971198}
    1398 
    13991199.activity-list li.mini .activity-content p {
    14001200    margin: 0;
    14011201    float: left;
    14021202}
    1403 
    14041203.activity-list li .activity-meta {
    14051204    position: absolute;
     
    14071206    top: 0;
    14081207}
    1409 
    14101208body.activity-permalink .activity-list .activity-meta {
    14111209    top: 18px;
     
    14161214    right: 15px;
    14171215}
    1418 
    14191216.activity-list li.mini .activity-comments {
    14201217    clear: left;
     
    14221219    margin-top: 30px;
    14231220}
    1424 
    14251221.activity-list li .activity-inreplyto {
    14261222    font-size: 11px;
     
    14311227    background: url( ../images/replyto_arrow.gif ) 7px 0 no-repeat;
    14321228}
    1433 
    14341229.activity-list li .activity-inreplyto > p {
    14351230    margin: 0;
    14361231    display: inline;
    14371232}
    1438 
    14391233.activity-list li .activity-inreplyto blockquote,
    14401234.activity-list li .activity-inreplyto div.activity-inner {
     
    14461240    overflow: hidden;
    14471241}
    1448 
    14491242.activity-list .activity-avatar img {
    14501243    width: 50px;
    14511244    height: 50px;
    14521245}
    1453 
    14541246body.activity-permalink .activity-list .activity-avatar img {
    14551247    width: 100px;
    14561248    height: 100px;
    14571249}
    1458 
    14591250.activity-list .activity-content {
    14601251    margin-left: 70px;
    14611252}
    1462 
    14631253body.activity-permalink .activity-list li .activity-content {
    14641254    -moz-border-radius: 4px;
     
    14751265    margin-right: 0;
    14761266}
    1477 
    14781267body.activity-permalink .activity-list li .activity-header > p {
    14791268    background: url( ../images/activity_arrow.gif ) top left no-repeat;
     
    14831272    margin-bottom: 0;
    14841273}
    1485 
    14861274.activity-list .activity-content .activity-header,
    14871275.activity-list .activity-content .comment-header {
     
    14901278    line-height: 220%;
    14911279}
    1492 
    14931280.activity-list .activity-content .activity-header img.avatar {
    14941281    float: none !important;
    14951282    margin: 0 5px -8px 0 !important;
    14961283}
    1497 
    14981284.activity-list .activity-header a:first-child,
    14991285.commentlist .depth-1 > .comment-content .comment-meta a:first-child,
     
    15101296    margin-right: 3px;
    15111297}
    1512 
    15131298.activity-list .activity-header a:first-child:hover {
    15141299    background: #059ae7 !important;
    15151300    color: #fff !important;
    15161301}
    1517 
    15181302.activity-list .activity-content a:first-child:focus {
    15191303    outline: none;
    15201304}
    1521 
    15221305.activity-list .activity-content span.time-since,
    15231306.comment-content .comment-meta span.time-since {
    15241307    color: #bbb;
    15251308}
    1526 
    15271309.activity-list .activity-content span.activity-header-meta a {
    15281310    background: none;
     
    15341316    text-decoration: underline;
    15351317}
    1536 
    15371318.activity-list .activity-content span.activity-header-meta a:hover {
    15381319    color: inherit;
    15391320    text-decoration: none;
    15401321}
    1541 
    15421322.activity-list .activity-content .activity-inner,
    15431323.activity-list .activity-content blockquote {
     
    15451325    overflow: hidden;
    15461326}
    1547 
    15481327body.activity-permalink .activity-content .activity-inner,
    15491328body.activity-permalink .activity-content blockquote {
     
    15551334    margin: 0 !important;
    15561335}
    1557 
    15581336.activity-inner > blockquote {
    15591337    margin: 0 !important;
    15601338}
    1561 
    15621339.activity-list .activity-content img.thumbnail {
    15631340    float: left;
     
    15651342    border: 2px solid #eee;
    15661343}
    1567 
    15681344.activity-read-more {
    15691345    margin-left: 1em;
    15701346}
    1571 
    15721347.activity-list li.load-more {
    15731348    margin: 15px 0 !important;
     
    15821357    border-radius: 4px;
    15831358}
    1584 
    15851359.activity-list li.load-more a {
    15861360    color: #555;
     
    15951369    clear: left;
    15961370}
    1597 
    15981371.activity-list div.activity-meta a {
    15991372    font-size: 11px;
     
    16091382    margin-right: 3px;
    16101383}
    1611 
    16121384.activity-list div.activity-meta a.acomment-reply {
    16131385    background: #fff9db;
     
    16161388    color: #ffa200;
    16171389}
    1618 
    16191390div.activity-meta a:focus {
    16201391    outline: none;
    16211392}
    1622 
    16231393div.activity-meta a:hover {
    16241394    background: #aaa;
     
    16261396    border-color: #aaa;
    16271397}
    1628 
    16291398div.activity-meta a.acomment-reply:hover {
    16301399    background: #f7740a;
     
    16321401    border-color: #f7740a;
    16331402}
    1634 
    16351403div.activity-comments {
    16361404    position: relative;
     
    16391407    overflow: hidden; /* IE fix */
    16401408}
    1641 
    16421409body.activity-permalink div.activity-comments {
    16431410    width: auto;
     
    16451412    background: none;
    16461413}
    1647 
    16481414div.activity-comments > ul {
    16491415    background: #f5f5f5;
     
    16521418    padding: 0 10px 0;
    16531419}
    1654 
    16551420div.activity-comments ul,
    16561421div.activity-comments ul li {
     
    16581423    list-style: none;
    16591424}
    1660 
    16611425div.activity-comments ul {
    16621426    clear: left;
    16631427}
    1664 
    16651428div.activity-comments ul li {
    16661429    border-top: 2px solid #fff;
    16671430    padding: 10px 0 0;
    16681431}
    1669 
    16701432body.activity-permalink .activity-list li.mini .activity-comments {
    16711433    clear: none;
    16721434    margin-top: 0;
    16731435}
    1674 
    16751436body.activity-permalink div.activity-comments ul li {
    16761437    border-width: 1px;
    16771438    padding: 10px 0 0;
    16781439}
    1679 
    16801440div.activity-comments ul li p:last-child,
    16811441.commentlist .comment-content a:first-child {
    16821442    margin-bottom: 10px;
    16831443}
    1684 
    16851444div.activity-comments > ul > li:first-child {
    16861445    border-top: none;
    16871446}
    1688 
    16891447div.activity-comments ul li:last-child {
    16901448    margin-bottom: 0;
    16911449}
    1692 
    16931450div.activity-comments ul li > ul {
    16941451    margin-top: 0;
    16951452    margin-left: 20px;
    16961453}
    1697 
    16981454body.activity-permalink div.activity-comments ul li > ul {
    16991455    margin-top: 15px;
    17001456}
    1701 
    17021457div.activity-comments div.acomment-avatar img {
    17031458    border-width: 2px !important;
     
    17051460    margin-right: 10px;
    17061461}
    1707 
    17081462div.activity-comments div.acomment-content {
    17091463    font-size: 11px;
     
    17111465    margin-top: 5px;
    17121466}
    1713 
    17141467div.acomment-content .time-since {
    17151468    display: none;
    17161469}
    1717 
    17181470div.acomment-content .activity-delete-link {
    17191471    display: none;
    17201472}
    1721 
    17221473div.acomment-content .comment-header {
    17231474    display: none;
    17241475}
    1725 
    17261476body.activity-permalink div.activity-comments div.acomment-content {
    17271477    font-size: 14px;
    17281478}
    1729 
    17301479div.activity-comments div.acomment-meta {
    17311480    font-size: 11px;
    17321481    color: #888;
    17331482}
    1734 
    17351483div.activity-comments form.ac-form {
    17361484    display: none;
     
    17431491    padding: 8px;
    17441492}
    1745 
    17461493div.activity-comments li form.ac-form {
    17471494    margin-right: 15px;
    17481495}
    1749 
    17501496div.activity-comments form.root {
    17511497    margin-left: 0;
    17521498}
    1753 
    17541499div.activity-comments div#message {
    17551500    margin-top: 15px;
    17561501    margin-bottom: 0;
    17571502}
    1758 
    17591503div.activity-comments form.loading {
    17601504    background-image: url( ../images/ajax-loader.gif );
     
    17621506    background-repeat: no-repeat;
    17631507}
    1764 
    17651508div.activity-comments form .ac-textarea {
    17661509    padding: 8px;
     
    17721515    border-radius: 3px;
    17731516}
    1774 
    17751517div.activity-comments form textarea {
    17761518    width: 100%;
     
    17821524    padding: 0;
    17831525}
    1784 
    17851526div.activity-comments form input {
    17861527    margin-top: 5px;
    17871528}
    1788 
    17891529div.activity-comments form div.ac-reply-avatar {
    17901530    float: left;
    17911531}
    1792 
    17931532div.ac-reply-avatar img {
    17941533    border: 2px solid #fff !important;
    17951534}
    1796 
    17971535div.activity-comments form div.ac-reply-content {
    17981536    margin-left: 50px;
     
    18121550    font-weight: bold;
    18131551}
    1814 
    18151552table#message-threads tr.unread td span.activity {
    18161553    background: #fff;
    18171554}
    1818 
    18191555li span.unread-count,
    18201556tr.unread span.unread-count {
     
    18271563    border-radius: 3px;
    18281564}
    1829 
    18301565div.item-list-tabs ul li a span.unread-count {
    18311566    padding: 1px 6px;
    18321567    color: #fff;
    18331568}
    1834 
    18351569div.messages-options-nav {
    18361570    font-size: 11px;
     
    18401574    padding: 5px 15px;
    18411575}
    1842 
    18431576div#message-thread div.message-box {
    18441577    margin: 0 -19px;
    18451578    padding: 15px;
    18461579}
    1847 
    18481580div#message-thread div.alt {
    18491581    background: #f4f4f4;
    18501582}
    1851 
    18521583div#message-thread p#message-recipients {
    18531584    margin: 10px 0 20px 0;
    18541585}
    1855 
    18561586div#message-thread img.avatar {
    18571587    float: left;
     
    18591589    vertical-align: middle;
    18601590}
    1861 
    18621591div#message-thread strong {
    18631592    margin: 0;
    18641593    font-size: 16px;
    18651594}
    1866 
    18671595div#message-thread strong a {
    18681596    text-decoration: none;
    18691597}
    1870 
    18711598div#message-thread strong span.activity {
    18721599    margin: 4px 0 0 10px;
    18731600}
    1874 
    18751601div#message-thread div.message-metadata {
    18761602    overflow: hidden;
    18771603}
    1878 
    18791604div#message-thread div.message-content {
    18801605    margin-left: 45px;
    18811606}
    1882 
    18831607div#message-thread div.message-options {
    18841608    text-align: right;
     
    18931617    width: auto;
    18941618}
    1895 
    18961619ul#topic-post-list li {
    18971620    padding: 15px;
    18981621    position: relative;
    18991622}
    1900 
    19011623ul#topic-post-list li.alt {
    19021624    background: #f8f8f8;
    19031625}
    1904 
    19051626ul#topic-post-list li div.poster-meta {
    19061627    margin-bottom: 10px;
    19071628    color: #888;
    19081629}
    1909 
    19101630ul#topic-post-list li div.post-content {
    19111631    margin-left: 54px;
    19121632}
    1913 
    19141633div.topic-tags {
    19151634    font-size: 11px;
    19161635}
    1917 
    19181636div.admin-links {
    19191637    position: absolute;
     
    19231641    font-size: 11px;
    19241642}
    1925 
    19261643div#topic-meta {
    19271644    padding: 5px 19px 30px;
     
    19291646    position: relative;
    19301647}
    1931 
    19321648div#topic-meta div.admin-links {
    19331649    right: 19px;
    19341650    top: -36px;
    19351651}
    1936 
    19371652div#topic-meta h3 {
    19381653    font-size: 20px;
    19391654    margin: 5px 0;
    19401655}
    1941 
    19421656div#new-topic-post {
    19431657    display: none;
     
    19571671    padding: 5px;
    19581672}
    1959 
    19601673div.page,
    19611674div.post,
     
    19641677    overflow: hidden;
    19651678}
    1966 
    19671679div.page:last-child,
    19681680div.post:last-child,
     
    19711683    margin-bottom: 0;
    19721684}
    1973 
    19741685h2.pagetitle,
    19751686h2.posttitle {
     
    19771688    line-height: 120%;
    19781689}
    1979 
    19801690h2.pagetitle a,
    19811691h2.posttitle a {
     
    19831693    text-decoration: none;
    19841694}
    1985 
    19861695.edit-link,
    19871696.page-link {
    19881697    clear: both;
    19891698}
    1990 
    19911699.navigation,
    19921700.paged-navigation,
     
    19991707    margin: 5px 0 25px 0;
    20001708}
    2001 
    20021709.alignright {
    20031710    float: right;
    20041711    margin-left: 15px;
    20051712}
    2006 
    20071713.alignleft {
    20081714    float: left;
    20091715    margin-right: 15px;
    20101716}
    2011 
    20121717p {
    20131718    margin: 0 0 20px 0;
    20141719}
    2015 
    20161720div.page ul,
    20171721div.page ol,
     
    20221726    margin: 0 0 18px 1.5em;
    20231727}
    2024 
    20251728div.page ul,
    20261729div.post ul {
    20271730    list-style: square;
    20281731}
    2029 
    20301732div.page ol,
    20311733div.post ol {
    20321734    list-style: decimal;
    20331735}
    2034 
    20351736div.page ol ol,
    20361737div.post ol ol {
    20371738    list-style: upper-alpha;
    20381739}
    2039 
    20401740dl {
    20411741    margin-left: 0;
    20421742}
    2043 
    20441743dt {
    20451744    font-size: 14px;
    20461745    font-weight: bold;
    20471746}
    2048 
    20491747dd {
    20501748    margin: 0 0 15px 0;
    20511749}
    2052 
    20531750pre, blockquote {
    20541751    margin-bottom: 20px;
    20551752}
    2056 
    20571753pre,
    20581754code p {
     
    20631759    border-radius: 3px;
    20641760}
    2065 
    20661761code {
    20671762    font-family: "Monaco", courier, sans-serif;
    20681763}
    2069 
    20701764blockquote {
    20711765    quotes: none;
     
    20761770    line-height: 150%;
    20771771}
    2078 
    20791772blockquote p {
    20801773    margin-bottom: 15px !importantr;
    20811774}
    2082 
    20831775div.post table,
    20841776div.page table {
     
    20871779    border: 1px solid #eee;
    20881780}
    2089 
    20901781div.post table th,
    20911782div.page table th {
     
    20931784    text-align: left;
    20941785}
    2095 
    20961786div.post table td,
    20971787div.page table td {
    20981788    border-top: 1px solid #eee;
    20991789}
    2100 
    21011790div.author-box {
    21021791    background: #f0f0f0;
     
    21121801    border-radius: 3px;
    21131802}
    2114 
    21151803div.author-box p,
    21161804div.comment-avatar-box p {
    21171805    margin: 5px 0 0;
    21181806}
    2119 
    21201807div.author-box a,
    21211808div.comment-avatar-box a {
    21221809    text-decoration: none;
    21231810}
    2124 
    21251811div.author-box img {
    21261812    float: none;
     
    21281814    margin: 0;
    21291815}
    2130 
    21311816div.post-content {
    21321817    margin-left: 105px;
    21331818}
    2134 
    21351819p.date span:first-child {
    21361820    font-style: italic;
    21371821}
    2138 
    21391822p.date,
    21401823p.postmetadata {
     
    21471830    border-top: 1px solid #e4e4e4;
    21481831}
    2149 
    21501832p.postmetadata {
    21511833    margin-top: 15px;
     
    21531835    overflow: hidden;
    21541836}
    2155 
    21561837.tags {
    21571838    float: left;
    21581839}
    2159 
    21601840.comments {
    21611841    float: right;
    21621842}
    2163 
    21641843div.page img,
    21651844div.post img {
    21661845    margin-bottom: 15px;
    21671846}
    2168 
    21691847img.wp-smiley {
    21701848    padding: 0 !important;
     
    21741852    clear: none !important;
    21751853}
    2176 
    21771854img.centered,
    21781855img.aligncenter {
     
    21811858    margin-right: auto;
    21821859}
    2183 
    21841860img.alignright {
    21851861    padding: 4px;
     
    21871863    display: inline;
    21881864}
    2189 
    21901865img.alignleft {
    21911866    padding: 4px;
     
    21931868    display: inline;
    21941869}
    2195 
    21961870.aligncenter {
    21971871    display: block;
     
    21991873    margin-right: auto;
    22001874}
    2201 
    22021875.wp-caption {
    22031876    border: 1px solid #ddd;
     
    22091882    border-radius: 3px;
    22101883}
    2211 
    22121884.wp-caption img {
    22131885    margin: 0;
     
    22151887    border: 0 none;
    22161888}
    2217 
    22181889dd.wp-caption p.wp-caption-text,
    22191890.wp-caption p.wp-caption-text {
     
    22231894    margin: 0;
    22241895}
    2225 
    22261896#content .gallery {
    22271897    margin: 0 auto 15px;
    22281898}
    2229 
    22301899#content .gallery .gallery-item {
    22311900    margin-bottom: 0;
    22321901    margin-left: 0;
    22331902}
    2234 
    22351903.gallery .gallery-caption {
    22361904    color: #555;
     
    22441912    margin-top: 30px;
    22451913}
    2246 
    22471914.commentlist .bypostauthor {
    22481915}
    2249 
    22501916#comments ol.commentlist {
    22511917    border-bottom: 1px solid #e4e4e4;
    22521918    margin-bottom: 30px;
    22531919}
    2254 
    22551920ol.commentlist li {
    22561921    list-style: none;
    22571922}
    2258 
    22591923ol.commentlist div.comment-avatar-box {
    22601924    float: left;
    22611925    margin: 10px 10px 10px 0;
    22621926}
    2263 
    22641927.commentlist ul.children div.comment-avatar-box {
    22651928    float: left;
    22661929    margin: 0px 10px 10px 0;
    22671930}
    2268 
    22691931div.comment-avatar-box img {
    22701932    border: 2px solid #eee;
    22711933}
    2272 
    22731934div.comment-content {
    22741935    border-top: 1px solid #e4e4e4;
    22751936    padding-left: 75px;
    22761937}
    2277 
    22781938.commentlist .children .comment {
    22791939    margin-bottom: 5px;
    22801940}
    2281 
    22821941div.comment-meta,
    22831942div.comment-options {
     
    22871946    padding: 0 0 3px;
    22881947}
    2289 
    22901948div.comment-meta em {
    22911949    font-style: normal;
    22921950}
    2293 
    22941951div.comment-meta span.comment-highlight a {
    22951952    background: #EBF7FF;
     
    23041961    -webkit-border-radius: 4px;
    23051962}
    2306 
    23071963div.comment-meta .comment-highlight a:hover,
    23081964.commentlist .depth-1 > .comment-content .comment-meta a:first-child:hover {
     
    23111967    color: #fff;
    23121968}
    2313 
    23141969#reply-title small {
    23151970    float: right;
     
    23171972    font-weight: normal;
    23181973}
    2319 
    23201974#reply-title small a,
    23211975div.comment-options a.comment-reply-link {
     
    23311985    -webkit-border-radius: 4px;
    23321986}
    2333 
    23341987#reply-title small a {
    23351988    margin-right: 0;
    23361989}
    2337 
    23381990#reply-title small a:hover,
    23391991div.comment-options a.comment-reply-link:hover {
     
    23421994    color: #fff;
    23431995}
    2344 
    23451996.commentlist ul.children {
    23461997    background: #f5f5f5;
     
    23512002    -webkit-border-radius: 4px;
    23522003}
    2353 
    23542004.commentlist ul.children ul {
    23552005    margin-left: 20px;
     
    23572007    padding: 5px 0 0 0;
    23582008}
    2359 
    23602009.commentlist ul.children img.avatar {
    23612010    border-style: none;
     
    23642013    width: 25px;
    23652014}
    2366 
    23672015.commentlist ul.children div.comment-content {
    23682016    border-top: none;
    23692017    padding-left: 35px;
    23702018}
    2371 
    23722019.commentlist ul.children div.comment-meta {
    23732020    font-size: 11px;
    23742021    margin-top: 0;
    23752022}
    2376 
    23772023.commentlist ul.children div.comment-options {
    23782024    margin-bottom: 5px;
    23792025    margin-top: 0;
    23802026}
    2381 
    23822027.commentlist ul.children li {
    23832028    border-top: 2px solid #fffeff;
    23842029    padding-top: 10px;
    23852030}
    2386 
    23872031.commentlist ul.children li:first-child {
    23882032    border-top: none;
    23892033}
    2390 
    23912034.commentlist ul.children ul li:first-child {
    23922035    border-top: 2px solid #fffeff;
    23932036}
    2394 
    23952037.commentlist ul.children div.comment-options a.comment-reply-link {
    23962038    background: transparent;
     
    24012043    text-decoration: underline;
    24022044}
    2403 
    24042045.commentlist ul.children div.comment-options a.comment-reply-link:hover {
    24052046    background: transparent;
     
    24072048    color: #1fb3dd;
    24082049}
    2409 
    24102050#respond {
    24112051    background-color: #fafafa;
     
    24162056    -webkit-border-radius: 4px;
    24172057}
    2418 
    24192058ol.commentlist #respond {
    24202059    margin-left: 75px;
    24212060}
    2422 
    24232061.commentlist ul.children #respond {
    24242062    margin-bottom: 10px;
     
    24262064    margin-right: 20px;
    24272065}
    2428 
    24292066h3#reply .comments-header {
    24302067    font-size: 14px;
    24312068}
    2432 
    24332069#respond div.comment-avatar-box {
    24342070    margin-top: 0;
    24352071}
    2436 
    24372072#respond div.comment-content {
    24382073    border-style: none;
    24392074}
    2440 
    24412075#nav-below {
    24422076    margin: 0 0;
     
    24442078}
    24452079
     2080
    24462081/* > Footer
    24472082-------------------------------------------------------------- */
     
    24502085    margin: 20px 0;
    24512086}
    2452 
    24532087#footer-widgets {
    24542088    background: #fff;
     
    24602094    -webkit-border-radius: 6px;
    24612095}
    2462 
    24632096#site-generator {
    24642097    margin: 20px 20px;
     
    24672100    text-shadow: #fafafa 1px 1px 0;
    24682101}
    2469 
    24702102#footer-widget-area {
    24712103    overflow: hidden;
    24722104    margin-top: -19px;
    24732105}
    2474 
    24752106#footer-widget-area div.widget-area > ul {
    24762107    float: left;
     
    24782109    width: 23%;
    24792110}
    2480 
    24812111#footer-widget-area div.widget-area > ul > li {
    24822112    margin-top: 19px;
    24832113}
    2484 
    24852114#footer-widget-area h3.widgettitle {
    24862115    margin: 0 0 10px 0;
     
    24902119    clear: left;
    24912120}
    2492 
    24932121#footer-widget-area div div.item-options {
    24942122    margin-left: 0;
    24952123    margin-right: 0;
    24962124}
    2497 
    24982125#footer-widget-area ul.item-list li img.avatar {
    2499     margin-left: 15px;  /* border is 4px */
    2500 }
     2126    margin-left: 15px; /* border is 4px */
     2127}
Note: See TracChangeset for help on using the changeset viewer.