Making WordPress.org

Ticket #272: 272.patch

File 272.patch, 3.1 KB (added by ocean90, 11 years ago)
  • trunk/wordpress.org/public_html/style/trac/wp-trac.css

     
    323323        border-top: 1px solid #ddd;
    324324}
    325325#ticket table.properties :link, #ticket table.properties :visited {
    326         color: #000
     326        color: #000;
    327327}
    328328#ticket table.properties td, #ticket table.properties th {
    329329        line-height: 1.4;
     
    393393#content.timeline dl {
    394394        margin-left: 1em;
    395395}
     396#content.timeline dl.unread {
     397        margin-left: 0.38em;
     398}
    396399#content.timeline dt :link:hover, dt :visited:hover {
    397400        background-color: #eee;
    398401}
     
    402405dt.closedticket em {
    403406        text-decoration: line-through;
    404407}
     408dl.unread {
     409        border-left-color: #d54e21;
     410}
    405411#content.timeline dd {
    406412        color: #777;
    407         margin: 0 0 .75em 5.8em;
     413        margin: 0 0 1.5em 5em;
    408414}
    409415#content.timeline :link, #content.timeline :visited {
    410416        color: #000;
     
    988994        display: none;
    989995}
    990996
     997/**
     998 * Dashicons
     999 */
     1000#altlinks li a.rss:before,
     1001dt.reopenedticket:before,
     1002dt.closedticket:before,
     1003dt.changeset:before,
     1004dt.editedticket:before,
     1005dt.newticket:before,
     1006dt.batchmodify:before,
     1007dt.attachment:before {
     1008        display: inline-block;
     1009        width: 20px;
     1010        height: 20px;
     1011        -webkit-font-smoothing: antialiased;
     1012        font-size: 20px;
     1013        line-height: 1;
     1014        font-family: "dashicons";
     1015        text-decoration: inherit;
     1016        font-weight: normal;
     1017        font-style: normal;
     1018        vertical-align: top;
     1019        -webkit-transition: color .1s ease-in 0;
     1020        -moz-transition: color .1s ease-in 0;
     1021        transition: color .1s ease-in 0;
     1022        text-align: center;
     1023        color: #777;
     1024}
     1025dt.reopenedticket:hover:before,
     1026dt.closedticket:hover:before,
     1027dt.changeset:hover:before,
     1028dt.editedticket:hover:before,
     1029dt.newticket:hover:before,
     1030dt.batchmodify:hover:before,
     1031dt.attachment:hover:before {
     1032        color: #21759b;
     1033}
     1034dt.attachment:before {
     1035        content: "\f103"; /* dashicons-admin-links */
     1036}
     1037dt.batchmodify:before {
     1038        content: "\f105"; /* dashicons-admin-page */
     1039}
     1040dt.newticket:before {
     1041        content: "\f133"; /* dashicons-welcome-add-page */
     1042}
     1043dt.editedticket:before {
     1044        content: "\f119"; /* dashicons-welcome-write-blog */
     1045}
     1046dt.changeset:before {
     1047        content: "\f111"; /* dashicons-admin-generic */
     1048}
     1049dt.closedticket:before {
     1050        content: "\f147"; /* dashicons-yes */
     1051        font-size: 26px;
     1052        margin-left: -6px;
     1053        padding-right: 6px;
     1054}
     1055dt.reopenedticket:before {
     1056        content: "\f119"; /* dashicons-welcome-write-blog */
     1057}
     1058#content.timeline dt :link, #content.timeline dt :visited {
     1059        padding-left: 0;
     1060}
     1061dt.reopenedticket, dt.reopenedticket a,
     1062dt.closedticket, dt.closedticket a,
     1063dt.changeset, dt.changeset a,
     1064dt.editedticket, dt.editedticket a,
     1065dt.newticket, dt.newticket a,
     1066dt.batchmodify, dt.batchmodify a,
     1067dt.attachment, dt.attachment a {
     1068        background-image: none !important;
     1069}
     1070#altlinks li a.rss {
     1071        background: none;
     1072        padding-left: 0;
     1073}
     1074#altlinks li a.rss:before {
     1075        content: "\f303";
     1076        color: #ff6600;
     1077        padding-right: 5px
     1078}
     1079
    9911080/* =Responsive / Mobile
    9921081----------------------------------------------- */
    9931082