Making WordPress.org

Ticket #1282: meta-1282.patch

File meta-1282.patch, 2.1 KB (added by ramiy, 10 years ago)
  • trunk/browsehappy.com/public_html/style.css

     
    7070        *font-size: small;
    7171        background: #2b4141;
    7272        color: #3F4B4B;
    73         min-width: 960px;
    7473}
    7574
    7675#body-wrap {
     
    7978
    8079header, #main, footer {
    8180        width: 100%;
    82         min-width: 960px;
    8381}
    8482
    8583.wrap:before, .wrap:after {
     
    9593
    9694.wrap {
    9795        zoom: 1;
    98         width: 960px;
     96        max-width: 960px;
    9997        margin: 0 auto;
    10098}
    10199
     
    119117}
    120118
    121119#i18n-alert p {
    122         width: 960px;
    123120        margin: 0 auto;
    124121        display: block;
    125122        color: #efefef;
     
    152149}
    153150
    154151.wf-leaguegothic1leaguegothic2-n4-active header h1 {
    155         font-size: 1491%;
     152        font-size: 1400%;
    156153        font-family: "league-gothic-1","league-gothic-2";
    157154}
    158155
     
    277274#browserlist li .icon {
    278275        width: 125px;
    279276        height: 135px;
    280         margin: 0 auto 20px;
     277        margin: 20px auto;
    281278        background: url(imgs/browsehappy-sprite.png) no-repeat;
    282279}
    283280
     
    356353
    357354#browserlist li a:link, #browserlist li a:visited {
    358355        color: #324B4B;
    359         padding: 30px 10px 10px;
     356        padding: 10px;
    360357        display: block;
    361358        overflow: hidden;
    362359        -webkit-border-radius: 3px;
     
    465462}
    466463
    467464#about {
    468         width: 600px;
     465        width: 60%;
    469466        float: left;
    470467        margin-left: 15px;
    471468}
    472469
    473470#share {
    474         width: 300px;
     471        width: 30%;
    475472        float: right;
    476473        margin-right: 15px;
    477474        position: relative;
    478475}
    479476
    480 #share h2 {
    481         margin-right: 84px;
    482 }
    483 
    484 #share nav {
    485         width: 84px;
    486         height: 32px;
    487         overflow: hidden;
    488         position: absolute;
    489         top: 3px;
    490         right: 0;
    491 }
    492 
    493477#share nav li {
    494478        width: 32px;
    495479        height: 32px;
    496480        float: left;
    497         margin-left: 9px;
     481        margin-right: 9px;
    498482}
    499483
    500484#share nav li a {
     
    527511}
    528512
    529513#byline {
    530         position: absolute;
    531         bottom: 0;
    532         right: 15px;
    533         width: 300px;
    534         height: 20px;
     514        clear: both;
     515        margin: 0 auto;
     516        padding-top: 10px;
    535517}
    536518
    537519#byline a {
    538520        width: 300px;
    539521        height: 20px;
     522        margin: 0 auto;
    540523        display: block;
    541524        background: url(imgs/browsehappy-sprite.png) no-repeat 0 -135px;
    542525        text-indent: -9999px;