.templatesUsed, .hiddencats {
margin-top:10px;
border: 1px dotted #aaa;
padding: 2px;
font-size: 85%;
}
.mw-tos-summary, #editpage-copywarn, #editpage-copywarn2 {
display: none;
}
/* -- table.docutils ---------------------------------------------------------------------------
* Source: basic.css - Sphinx stylesheet -- basic theme. (Copyright 2007-2011 by the Sphinx team)
*/
table.docutils {
/* font-size: 100%/1.5; */
/* font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2",Arial,"Helvetica Neue",sans-serif; */
border: 0;
border-collapse: collapse;
}
table.docutils td, table.docutils th {
/* padding: 1px 8px 1px 5px; */
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 1px solid #aaa;
}
table.docutils td, table.docutils th {
padding-top: 0.2em;
padding-right: 0.5em;
padding-bottom: 0.2em;
padding-left: 0.5em;
}
table.docutils th {
text-align: left;
padding-right: 5px;
}
/* -- table.hor-minimalist ---------------------------------------------------------------------------
* Source: http://coding.smashingmagazine.com/2008/08/13/top-10-css-table-designs/
*/
table.hor-minimalist-a {
font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size:12px;
background:#fff;
width:480px;
border-collapse:collapse;
text-align:left;
margin:20px;
}
table.hor-minimalist-a th {
font-size:14px;
/* font-weight:normal; */
color:#039;
border-bottom:2px solid #6678b1;
/* padding:10px 8px; */
padding:5px 8px;
}
table.hor-minimalist-a td {
/* color:#669; */
color:#039;
padding:9px 8px 0;
}
table.hor-minimalist-a tbody tr:hover td {
color:#009;
}
table.hor-minimalist-b {
font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size:12px;
background:#fff;
width:480px;
border-collapse:collapse;
text-align:left;
margin:20px;
}
table.hor-minimalist-b th {
font-size:14px;
/* font-weight:normal; */
color:#039;
border-bottom:2px solid #6678b1;
padding:10px 8px;
}
table.hor-minimalist-b td {
border-bottom:1px solid #ccc;
color:#669;
padding:6px 8px;
}
table.hor-minimalist-b tbody tr:hover td {
color:#009;
}
.btn {
color:#ccc;
margin-right:5px;
padding:5px 10px;
border-radius:10px;
border:solid 1px #666;
display:block;
float:left;
background-color:rgba(0,0,0,.1);
cursor: pointer;
cursor: hand;
}
.btn:hover {
background-color:rgba(255,255,255,.05);
color:#fafafa;
}