Skip to content

Instantly share code, notes, and snippets.

@sarahmonster
Created July 22, 2015 17:26
Show Gist options
  • Save sarahmonster/b9af52460319d2710b13 to your computer and use it in GitHub Desktop.
Save sarahmonster/b9af52460319d2710b13 to your computer and use it in GitHub Desktop.
Theme trac styles
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("wpcom-themes.trac.automattic.com") {
a,
a:link,
a:visited {
color: #549dc2;
}
h3 a em,
dt em,
tt,
#ticket > h2,
.foldable :link,
.foldable :visited {
color: #386880;
}
#ticket {
background-color: #f9f6ef;
border-color: #e7e2d8;
}
#ticket .date,
#ticket table.properties th.missing {
color: #ccc8c0;
}
#ticket table.properties,
#ticket .description h3,
tt {
border-color: #e7e2d8;
}
#header #logo img {
display: none;
}
#header #logo:before {
content: "Free Themes";
border: 5px solid #549dc2;
font-size: 24px;
font-weight: bold;
padding: 15px;
text-transform: uppercase;
top: 20px;
position: relative;
}
}
@-moz-document domain("wpcom-premium-themes.trac.automattic.com") {
a,
a:link,
a:visited {
color: #71ba58;
}
h3 a em,
dt em,
tt,
#ticket > h2,
.foldable :link,
.foldable :visited {
color: #17592f;
}
#ticket {
background-color: #f9f6ef;
border-color: #e7e2d8;
}
#ticket .date,
#ticket table.properties th.missing {
color: #ccc8c0;
}
#ticket table.properties,
#ticket .description h3,
tt {
border-color: #e7e2d8;
}
#header #logo img {
display: none;
}
#header #logo:before {
content: "Premium Themes";
border: 5px solid #71ba58;
font-size: 24px;
font-weight: bold;
padding: 15px;
text-transform: uppercase;
top: 20px;
position: relative;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment