<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* always show scrollbar */
html {
    overflow-y:scroll;
    text-size-adjust: none;
}

.top-bar {
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 32px;
    padding-left: 5px;
    font-weight: bold;
    background: -webkit-linear-gradient(#ddd, #f5f5f5);
    background: -o-linear-gradient(#ddd, #f5f5f5);
    background: -moz-linear-gradient(#ddd, #f5f5f5);
    background: linear-gradient(#ddd, #f5f5f5);
    z-index: 10;
}

.logo {
}

.top-bar .drop-cap {
    display: inline-block;
    color: white;
    background-color: teal;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
}

.acpdb {
    position: absolute;
    bottom: 0;
    left: 29px;
}


.top-bar .drop-cap &gt; div {
    position: absolute;
    bottom: 0;
    right: 0;
}

body {
  	/*font-family: Times, Sans;*/ 
  	font-family: PT Sans, sans-serif;
	margin: 0;
	color: #222;
	background-color: white;

}

#mainContent ul {
    list-style: none;
    padding: 0px;
}

#mainContent ul li:before {
    content: '\2619';
    margin: 0 0.5em;
}



pre {
	font-family: monospace;
	color: #666666;
}

a { color: #428bca; }
a:hover { color: #357ebd;}




#chessbox {
	cursor: pointer;
	float: left;
	padding: 1px;
	margin-top: 1em;
}

#widget {
	cursor: pointer;
}

#fen {
	font-size: 0.8em;
	margin-top: 0.5em;
	width: 210px;
	border: 1px solid #ccc;
}


#chessboard {
	float: left;
	padding-left: 0.5em; 
}


#searchFields {
    margin-left: 44px;
}

.invisible {
	display: none;
}

#searchFormWrapper {
    position: fixed;
    top: 32px;
    right: 0px;
    overflow: auto;
    height: 100%;
}


#searchForm {
    width: 320px;
    background: -webkit-linear-gradient(#f5f5f5, #fff); 
    background: -o-linear-gradient(#f5f5f5, #fff); 
    background: -moz-linear-gradient(#f5f5f5, #fff); 
    background: linear-gradient(#f5f5f5, #fff);
    padding-left: 10px;
    padding-bottom: 32px;
}


.btn-confirm {
    padding: 0 12px;
}

.btn-cancel {
    padding: 0 12px;
}

#mainContent{
    margin-top: 104px;
    margin-right:360px;
    padding-left: 6px;
    padding-right: 32px;
    /*
    background: url('../img/test2.jpg') no-repeat;
	background-attachment: fixed;
	*/
}

#formLogin {
    margin: 0;
}

#navbar {
    margin-right: 360px;
    position: fixed; 
    top: 32px;
    background: -webkit-linear-gradient(#f5f5f5, #fff); 
    background: -o-linear-gradient(#f5f5f5, #fff); 
    background: -moz-linear-gradient(#f5f5f5, #fff); 
    background: linear-gradient(#f5f5f5, #fff);
    padding: 5px;
    z-index: 10;
}

#news {
    float: right;
    width: 400px;
}

#welcome {
    margin-right: 410px;
}

.submenu {
	float: right;
	margin-right: 10px;
}

.submenu a {
	text-decoration: none;
	font-weight: normal;
	display: block;
	float: left;
	padding: 6px 16px;
	outline: 0;
}

.submenu a:hover {
	background-color: #357ebd;
	color: white;
}

.submenu a.active {
	color: white;
	background-color: #428bca;
}




#history a {
	text-decoration: none;
}

#history table {
    width: 100%;	
}

#history tr:nth-child(odd) {
    background-color: #fff;
}

#history tr:nth-child(even) {
    background-color: #fafafa;
}

#history th {
	text-align: left;
	border-bottom: 1px solid #ddd;
}

#history td {
	border-bottom: 1px solid #ddd;
	padding-right: 2em;
}

ins {font-weight: bold; text-decoration: none; color: #080;}
del {color: #800; }

.yaml {
	background-color: #f5f5f5;
    border: 1px solid #ddd;
	font-family: monospace;
	padding: 10px;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.1em;
	margin: 0;
}

h3 {
	font-size: 1em;
}

#stipulations a {
	text-decoration: none;
	padding-left: 5px;
	width: 48px;
	color: #999999;
	outline: 0;
	margin: 0;
	display: inline-block;
}

#stipulations a:hover {
	background-color: #999999;
	color: white;
}


#matrixSettings {
	padding: 1em;
}


#solution {
	margin-right: 2em;
	white-space: pre;
}

#solution a {
	outline: 0;
} 

#vut {
	display: none;
	visibility: hidden;
	color: #999999;
	margin-bottom: 0;
	padding-top: 1em;
}

.problem {
	float: left;
	margin: 0em 1em 1em 0em;
	text-align: center;
	width: 300px;
	height: 400px;
	overflow: auto;
}

.diagram {
	float: left;
	width: 230px;
    font-family: PT Sans Narrow, Sans;
}

.diagram table {
    width: 220px;
}

.solution {
	margin-left: 250px;
}

.problem2 {
	float: left;
	margin: 0em 1em 1em 0em;
	text-align: center;
	width: 300px;
}

#toolbar { margin: 0;}
#toolbar li {
	display: inline;
	margin-right: 20px;
	margin-bottom: 5px;	
	margin-left: 0px;	
	margin-top: 0px;	
}
#toolbar li:before {
    content: '' !important;
    margin: 0  !important;
}


.pWrapper {
	margin: 0 auto;
	width: 264px;
}

.bordered {
	border: 1px solid #808080;
}

.feninp {
	width: 230px;
	color: #cccccc;
	border: none;
}
.navLink {
	text-decoration: none;
	font-weight: bold;
	padding-right: 2em;
	padding-left: 2em;
	width: 4em;
}

.cp {
	width: 32px;
	height: 32px;
	background-color: transparent; 
	background-image: url('../img/gc2.gif');
	background-repeat: no-repeat;
	float: left;
}

.noncanonical {
	color: grey;
}

.rot45 {
    -webkit-transform: rotate(-45deg); 
    -moz-transform: rotate(-45deg); 
    -o-transform: rotate(-45deg);
    display: inline-block;
}

.popup {
    border: 1px solid #808080;
    position: absolute;
    background-color: white;
    display: none;
	-moz-box-shadow: 2 2 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2 2 3px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    z-index: 10;
}

#emptyBoard {
    margin-top: 10px;
    margin-bottom: 192px;
    border: 1px solid #808080;
    display: block;
}

#preview {
    padding: 10px;
    width: 600px;
}

.sr-entry-heading {
    margin-top: 30px;
    margin-bottom: 10px;
    clear: both;
    padding: 6px;
	width: 100%;
	border-top: 1px solid #ccc;
 	border-right: 1px solid #ccc;
  	font-family: PT Sans Narrow, sans-serif;
  	font-weight: bold;
}


a.modalCloseImg { 
    width:14px; 
    height:25px; 
    display:block; 
    z-index:3200; 
    position:absolute; 
    top:0px; 
    right:0px; 
    cursor:pointer;

} 
a.modalCloseImg:after { 
    content: "Ã—";
    font-size: 16px;
    font-weight: bold;
}




#simplemodal-overlay {background-color:#000;}

.error {
    color: #800;
}

.error2 {
    font-weight: bold;
}


#popeyeOutput {
    width: 600px;
    height: 400px;
    font-family: monospace;
    color: white;
    background-color: black;
    overflow: scroll;
    white-space: pre;
    font-size: 12px;
}

#loading-dark {
    margin-top: 195px;
    margin-left: 240px;
}


.cp &gt; .boxed {
    border: 1px solid black;
    width: 30px;
    height: 30px;
}

.pull-tab {
    background-color: white;
    border: 1px solid grey;
    border-bottom: 1px solid #333333;
    padding: 10px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 15;
}

.pull-tab-drop-shadow {
    -webkit-box-shadow: 0px 2px 25px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 25px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 25px 1px rgba(0,0,0,0.75);
}

.console div {
    margin-right: 40px;
}

.console textarea {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
    font-size:12px;
    line-height:12px;
}

.console .footer {
    float: right;
}

.pull-tab .bookmark {
    position: absolute;
    height: 16px;
    width: 100px;
    bottom: -17px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;

    border-left: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    border-radius: 0px 0px 0px 20px;

    -webkit-box-shadow: 0px 2px 25px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 25px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 25px 1px rgba(0,0,0,0.25);

    z-index: 15;
}

.pull-tab .bookmark a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.pull-tab .bookmark.show-settings {
    right: 40px;;
    background: -webkit-linear-gradient(#f2956a, #ce4506);
    background: -o-linear-gradient(#f2956a, #ce4506);
    background: -moz-linear-gradient(#f2956a, #ce4506);
    background: linear-gradient(#f2956a, #ce4506);
}

.pull-tab .bookmark.show-console {
    right: 96px;;
    background: -webkit-linear-gradient(#428bca, #25547c);
    background: -o-linear-gradient(#428bca, #25547c);
    background: -moz-linear-gradient(#428bca, #25547c);
    background: linear-gradient(#428bca, #25547c);
}

.pull-tab .bookmark.show-auth {
    right: 232px;;
    background: -webkit-linear-gradient(#fc7e96, #ff1c47);
    background: -o-linear-gradient(#fc7e96, #ff1c47);
    background: -moz-linear-gradient(#fc7e96, #ff1c47);
    background: linear-gradient(#fc7e96, #ff1c47);
}

.pull-tab .bookmark.show-auth.authenticated {
    right: 232px;;
    background: -webkit-linear-gradient(#1aad21, #08630d);
    background: -o-linear-gradient(#1aad21, #08630d);
    background: -moz-linear-gradient(#1aad21, #08630d);
    background: linear-gradient(#1aad21, #08630d);
}

.authentication-elements div {
    display: none;
}

.entry-keywords {
    float: left;
    padding-right: 32px;
}

.entry-auto {
    float: left;
    margin-bottom: 16px;
}

.entry-auto table {
    /* border-bottom: 1px solid gray; */
}

.entry-auto small {
    color: gray;
}

.entry-comments, .entry-refs, .entry-reprints {
    clear: both;
}

.entry-source-extra-details {
    margin-left: 32px;
    font-size: smaller;
    color: gray;
}


/* textcomplete */

.dropdown-menu {
	background-color: white;
	border: 1px solid #ddd;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dropdown-menu li {
	border-top: 1px solid #ddd;
	padding: 2px 5px;
	margin: 0;
}

.dropdown-menu li:first-child {
	border-top: none;
}

.dropdown-menu li:hover,
.dropdown-menu .active {
	background-color: rgb(110, 183, 219);
}

.dropdown-menu a {
	height: 18px;
	text-decoration: none;
	color: #555;
}

.dropdown-menu a:hover {
	cursor: pointer;
}

.dropdown-menu img {
	vertical-align: text-top;
	height: 18px;
}

a.entity {
    text-decoration: none;
    color: black;
}

a.entity:hover {
    text-decoration: underline;
}

.selected-in-fide-album:before {
    content: '\0000a0\1F4D8'; /* whitespace + blue book emoji */
}

label.disabled {
    color: #999;
}

.entity-revision-status.complete:before {
    content: '\2713';
}

.entity-revision-status.pending:before {
    content: '\231A';
}

.entity-revision-status.progress:before  {
    content: '\231B';
}

.recent-changes-menu {
    padding-top: 6px;
    margin-bottom: 16px;
    width: 100%;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-right: 10px;
    font-weight: bold;
}

.entity-stats {
    margin-left: 36px;
}

.entity-stats a {
    text-decoration: none;
}

.entity-stats table {
    width: 100%;
}

.entity-stats tr:nth-child(odd) {
    background-color: #fff;
}

.entity-stats tr:nth-child(even) {
    background-color: #fafafa;
}

.entity-stats th {
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.entity-stats td {
    border-bottom: 1px solid #ddd;
    padding-right: 2em;
    font-size: smaller;
}
</pre></body></html>