Skip to content

Instantly share code, notes, and snippets.

@neumond
Last active February 26, 2017 22:42
Show Gist options
  • Save neumond/f01156849c8bf801211a90b149050732 to your computer and use it in GitHub Desktop.
Save neumond/f01156849c8bf801211a90b149050732 to your computer and use it in GitHub Desktop.
gamedev.ru style
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("gamedev.ru") {
div.mes {
padding: 2pt 4pt 0;
border: none;
margin-bottom: 20pt;
/* box-shadow: #f5f5f5 0 4pt 3pt -3pt; */
border-top: 2pt solid #f6f6f6;
}
div.mes > div.block {
margin-left: 20pt;
margin-top: 4pt;
}
table.mes td {
padding: 0;
background-color: transparent;
color: #bbb;
font-size: 90%;
font-style: oblique;
}
table.mes td a {
color: #9bb;
}
table.mes th {
padding: 0;
background-color: transparent;
}
table.mes th > b {
font-size: 110%;
}
table.mes th.red {
background-color: transparent;
}
table.mes th.red:before {
content: "👑";
font-size: 120%;
}
table.mes th.red a {
margin-left: 2pt;
}
div.mes span.q {
color: #93b559;
}
div.mes div.spoiler {
border-top: none;
}
div.mes .splink {
border-bottom: 1px #93b559 dotted;
}
div.mes p.r {
text-align: left;
margin-top: 5pt !important;
}
div.mes p.r > span.q {
color: #bbb;
font-style: oblique;
}
div.mes div.quote {
background-color: transparent;
border-left: 3pt solid #ddd;
border-top: none;
border-right: none;
border-bottom: none;
margin: 4pt 0 4pt 8pt;
padding-left: 8pt;
}
table.r {
border-spacing: 0;
border: none;
}
body {
background: #fff;
}
#path {
background: #fff;
}
#header {
min-height: auto;
}
#sitename {
display: none;
}
#footer {
border: none;
}
div.list {
margin: 0;
}
div.docs {
border: 3pt solid #bbccda;
padding: 0;
}
div.docs > .menuco {
margin: 0;
background: #bbccda;
}
table.r > tbody > tr > td:first-child {
padding-left: 15pt;
}
div.docs > div[style] {
height: 0 !important;
}
#left ul.menu li {
margin: 0;
}
#left ul.menu li ul li {
border-top: none;
}
a#l ~ table.r td {
background: transparent;
}
table.r tr:nth-child(even) td {
background-color: #e6e6e6;
}
table.r tr:nth-child(odd) td {
background-color: #dadde2;
}
table.r tr.red td:first-child:before {
content: "🏷";
margin-left: -1.35em;
margin-right: 0.35em;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment