+ body {
+ background-color: #191919 !important;
+ background-image: /*[[bg-choice]]*/ url() !important;
+ background-clip: border-box !important;
+ background-origin: padding-box !important;
+ /*[[bg-options]]*/
+ /*[[bg-options2]]*/
+ }
+
+ /* === custom color === */
+ a, .profile-popup a, .seWrapper a, .post-tag, .comments-link, .tag-synonym-link {
+ color: /*[[base-color]]*/ #008080 !important
+ }
+
+ .nav .primarynav li a:hover, .message.message-config .actions .button, .btn-careers:hover,
+ .btn-careers:visited {
+ color: #fff !important;
+ background: /*[[base-color]]*/ #008080 !important;
+ }
+
+ .post-tag:hover, .comments-link:hover, .summary .post-tag:hover , .commentslink, .bounty-indicator,
+ .bounty-indicator-tab, .bounty-award, span.bounty-indicator-tab, #change-picture, .top-badge,
+ .supernovabg, .hotbg, .nav li.youarehere a, .nav a:hover, a.button:hover, .edit-count {
+ background-color: /*[[base-color]]*/ #008080 !important;
+ color: #eee !important;
+ }
+
+ /* === text selection === */
+ ::selection {
+ background: /*[[base-color]]*/ #008080 !important;
+ color: #fff !important;
+ }
+ ::-moz-selection {
+ background: /*[[base-color]]*/ #008080 !important;
+ color: #fff !important;
+ }
+
+ /* === input focus hightlight === */
+ input:focus {
+ border-color: /*[[base-color]]*/ #008080 !important;
+ box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.075) inset, 0px 0px 5px rgba(255, 255, 255, .075) !important;
+ }
+ .tag-editor input:focus, .previous-button, .next-button {
+ border: 0 !important;
+ box-shadow: none !important;
+ }