@import "ubuntu.css";
@import "libertine.css";
@font-face {
font-family: 'EuphoriaScript';
src: url("../fonts/euphoriascript-regular.ttf") format("truetype");
}
@font-face {
font-family:'FontAwesome';
src:url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),
url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype');
font-weight:normal;
font-style:normal
}
.btn.social,
.ico {
font: normal normal normal 14px/1 FontAwesome;
text-rendering:auto;
margin: 0px;
padding: 2px 6px 2px 1px;
font-size: 1.4rem;
display: inline-block;
color: #fff;
}
.ico.exclamation:before          { content: "\f06a"; }
.ico.gift:before                 { content: "\f06b"; }
.ico.leaf:before                 { content: "\f06c"; }
.ico.fire:before                 { content: "\f06d"; }
.ico.glass:before                { content: "\f000"; }
.ico.music:before                { content: "\f001"; }
.ico.search:before               { content: "\f002"; }
.ico.envelope:before             { content: "\f003"; }
.ico.heart:before                { content: "\f004"; }
.ico.star:before                 { content: "\f005"; }
body {
max-width: 960px;
margin: 0 auto !important;
background-color: white;
background-image: linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 10px, #ffffff 75px);
background-repeat: no-repeat;
font-size: 96%;
font-family: 'Ubuntu', 'Liberation Sans', sans-serif;
color: #333333;
}
p {
margin: 0.8em 0;
}
ul,
ol {
padding: 0 0 0 30px;
margin: 0.8em 0;
}
li {
margin-bottom: 0.25em;
}
li > ul, li > ol {
margin: 0.5ex 0;
}
ul.ticks li {
list-style: none;
background: left center url(../images/bullet-tick.png) no-repeat;
background-image: url(../images/bullet-tick.svg);
padding: 9px 0 8px 28px;
background-size: 24px;
margin-top:-9px;
}
pre {
background-color: #f5f5f5;
padding: 0.5ex 0.5em;
margin: 0.5ex 0;
overflow: auto;
}
hr {
margin: 30px 0;
color: #d2d2d2;
background-color: #d2d2d2;
border: 0;
height: 1px;
}
:link,
:visited {
text-decoration: none;
color: #d55500;
}
:link:hover,
:link:active,
:visited:hover,
:visited:active {
text-decoration: underline;
}
a img {
border: 0px;
}
.button {
padding: 12px;
text-decoration: none;
font-size: 0.9rem;
display: inline-block;
background: #eeeeee;
border: 1px solid #999999;
border-radius: 7px;
color: #333333;
outline: 0;
cursor: pointer;
text-align: center;
}
.button:hover,
a.button:focus,
a.button:active {
text-decoration: none;
background: white;
}
h1 .button {
display: inline-block;
line-height: 1em;
padding: 8px;
width: 50px;
box-sizing: border-box;
}
p,
#shield .tabs,
.hyphened,
figcaption {
hyphens: auto;
}
code,
kbd,
tt,
.not-hyphened {
hyphens: none;
}
h1,
#google-groups-logo {
font-family: LinuxLibertineORegular, "Trebuchet MS", Ubuntu, "Liberation Sans", FreeSans, sans-serif;
}
h1 {
font-size: 220%;
line-height: 35px;
font-weight: normal;
margin: 0.5ex 0 0.5ex;
}
h2,
h3,
h4,
h5,
h6 {
color: black;
margin: 1.5ex 0 0.5ex;
}
h2 {
font-size: 1.2rem;
font-weight: normal;
margin: 1.5ex 0 0.5ex;
border-bottom: 1px solid #ddd;
}
.page h2 {
font-size: 1.2rem;
margin-top: 1.5ex;
line-height: 1.1;
}
h3 {
font-size: 1.05rem;
font-weight: normal;
margin: 1.5ex 0 0.5ex;
}
.page h3 {
font-size: 1.05rem;
margin-top: 2.5ex;
}
h4 {
font-weight: bold;
font-size: 0.95rem;
margin: 1.5ex 0 0.5ex;
}
.page h4 {
font-size: 0.95rem;
font-weight: normal;
margin-top: 2ex;
}
.page h5 {
font-size: 0.9rem;
font-weight: normal;
font-style: italic;
}
.page h6 {
color: #555;
font-size: .85rem;
}
.clearfix:after,
.header .nav:after,
#content > div.wrapper:after {
content: " ";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
p.pclear {
margin: 0;
height: 0;
clear: both;
}
video {
margin-bottom: 30px;
}
th[scope="row"] { text-align: right; }
th[scope="col"] { text-align: center; }
.truncate,
.truncate * {
overflow: hidden;
text-overflow: ellipsis;
}
.centered {
margin-right: auto;
margin-left: auto;
text-align: center;
}
figure.plugin_picture {
width: -webkit-min-content;
width: -moz-min-content;
width: min-content;
text-align: center;
padding: 2px;
border: 1px solid #e5e5e5;
border-radius: 0 0 7px 7px;
background-color: #f2f2f2;
margin: 1ex 1.5em;
display: inline-block;
}
figure.plugin_picture img {
background-color: #fff;
}
figure.plugin_picture.align-right,
span.plugin_picture.align-right img {
display: block;
float: right;
margin: 1ex 0 1ex 1.5em;
}
figure.plugin_picture.align-left,
span.plugin_picture.align-left img {
display: block;
float: left;
margin: 1ex 1.5em 1ex 0;
}
figure.plugin_picture.align-center,
span.plugin_picture.align-center img {
display: block;
margin: 1ex auto;
}
.plugin_picture figcaption {
font-size: 0.9rem;
line-height: 120%;
padding: 6px 12px;
margin: 0;
display: inline-block;
text-align: left;
}
#toc {
background-color: white;
border: 1px solid #ddd;
font-size: 0.85rem;
line-height: 150%;
}
div.toc,
#toc.right {
float: right;
margin: 1em -1em 1em 1em;
padding: 1em;
width: 40%;
}
#toc.inline {
margin-top: 1em;
padding: 2ex;
}
div.toc h2,
#toc h2 {
font-size: 120%;
text-align: center;
margin: 0 0 0.5ex 0;
border: 0;
padding: 0;
}
div.toc ul,
div.toc ol,
#toc.right ul,
#toc.right ol {
margin: 0;
padding: 0 0 0 1em;
}
.readmore {
margin-top: -10px;
text-align: right;
font-size: 0.9em;
line-height: 11px;
}
.postdate {
margin-top: 0;
font-size: 80%;
color: #666666;
}
.cms-toolbar .cms-toolbar-item-inkscape {
line-height: 46px;
}
.cms-toolbar .cms-toolbar-item-inkscape a {
background: transparent !important;
text-indent: 0px !important;
width: 100px !important;
text-transform: none !important;
font-weight: bold !important;
font-size: 1.15rem !important;
}
.cms-toolbar-item-inkscape a span {
background-color: black;
border-radius: 4px;
color: white;
padding: 0px 4px;
}
.debugwarn a span {
color: red !important;
animation: warning 1s;
animation-direction: alternate;
animation-iteration-count: infinite;
}
@keyframes warning {
0% { opacity: 1.0 }
90% { opacity: 1.0 }
100% { opacity: 0.0 }
}
#cleartop {
height: 110px;
}
#header-right {
position: relative;
}
#topsearch {
position: absolute;
top: 60px;
right: 0px;
}
#topsearch * {
margin: 0;
vertical-align: top;
}
#topsearch #q,
#insearch #q {
width: 170px;
height: 21px;
background-color: white;
background-image: none;
border-radius: 4px 0px 0px 4px;
border-width: 1px;
border-color: #aaa;
border-style: solid;
padding: 4px;
margin-right: -3px;
font-size: 0.9rem;
text-indent: 6px;
}
#topsearch #q:focus {
margin-right:1px;
border-radius:3px;
}
#topsearch button,
#insearch button {
background-repeat: no-repeat;
background-color: #fff;
width: 33px;
height: 31px;
border: 1px solid #aaa;
margin-left:-2px;
border-radius: 0px 4px 4px 0px;
}
#insearch input {
position: relative;
top: -2px;
}
#logo {
float: left;
margin-top: 22px;
cursor: default;
color: #000000;
}
#logo img {
float: left;
margin: 0;
border: 0;
}
#logo :link,
#logo :visited {
color: #000000;
}
#logo :link:hover,
#logo :link:active,
#logo :visited:hover,
#logo :visited:active {
text-decoration: none;
}
#logo h1 {
font-family: LinuxLibertineDisplayORegular, "Trebuchet MS", Ubuntu, "Liberation Sans", FreeSans, sans-serif;
margin: 0 0 0 54px;
padding: 0;
border: 0;
font-weight: normal;
line-height: 37px;
text-transform: uppercase;
font-size: 30px;
}
#logo h1 a {
padding-left: 17px;
display: block;
}
#logo h2 {
margin: -4px 0 0 54px;
padding: 0;
border: 0;
font-size: 22px;
font-weight: normal;
font-family: EuphoriaScript;
}
#logo h2 a {
padding-left: 17px;
display: block;
text-align: center;
}
#tabs {
position: absolute;
right: 0;
margin: 0;
padding: 0;
color: #333;
list-style: none;
white-space: nowrap;
font-size: 0.8rem;
cursor: default;
}
#tabs p {
margin: 0px;
}
#tabs a,
#tabs button {
display: block;
color: #333;
background: transparent;
outline: 0;
text-decoration: none;
}
#tabs button {
color: #333;
font-size: 0.8rem;
line-height: 0.9rem;
text-align: left;
width: 100%;
padding: 6px 10px;
border: none;
}
#tabs a:hover,
#tabs a.selected,
#tabs button:hover {
background: #aaa;
}
#tabs > li {
position: relative;
float: left;
margin-left: 5px;
}
#tabs > li.dropdown > p, #tabs a{
padding: 5px 10px 7px;
line-height: 0.9rem;
}
#tabs > li > p {
background: #ccc;
border-radius: 0 0 3px 3px;
}
#tabs > li:hover > p {
background: #aaa;
}
#tabs > li.dropdown:hover > p,
#tabs > li.dropdown.focused > p,
#tabs > li.dropdown:hover > p a,
#tabs > li.dropdown.focused > p a {
border-radius: 0;
padding-bottom: 12px;
}
#tabs > li.dropdown:hover > p a,
#tabs > li.dropdown.focused > p a {
margin-bottom: -12px;
}
#tabs > li.dropdown > div {
display: none;
position: absolute;
right: 0;
z-index: 10;
min-width: calc(100% + 5px);
border-width:1px;
border-style:solid;
border-color:#999;
border-radius: 5px 0 5px 5px;
background: #ccc;
}
#tabs > li.dropdown:hover > div,
#tabs > li.dropdown.focused > div {
display: block;
}
#tabs > li.dropdown > div hr {
margin: 5px 20px;
}
#tabs > li.dropdown > div > p a {
padding: 6px 10px;
}
#tabs img.userphoto {
width: 64px;
height: 64px;
font-size: 0;
}
#alerts:before,
#resources:before {
content: " ";
display: block;
width: 16px;
height: 14px;
text-decoration: none;
}
#alerts:before {
background: url(../images/message.svg) 0 50% no-repeat;
}
#resources:before {
background: url(../images/resource.svg) 0 50% no-repeat;
}
#alerts.alert {
background-position: -16px;
animation: pulse 0.8s;
animation-direction: alternate;
animation-iteration-count: infinite;
}
@keyframes pulse {
0% { transform: rotate(-2deg); box-shadow: 0px 0px 0px 0px #bacef9; opacity: 1.0 }
20% { opacity: 0.4 }
30% { opacity: 1.0 }
40% { opacity: 0.4 }
100% { transform: rotate(2deg); box-shadow: 0px 0px 2px 0px #bacef9; opacity: 0.4 }
}
.header .nav {
clear: both;
text-align: right;
z-index: 5;
position: relative;
border-radius: 2px 2px 0 0;
}
#menu-toggle {
display: none;
float: left;
margin-top: -42px;
padding: 8px;
border: 0;
border-radius: 5px;
background: #333;
cursor: pointer;
}
#menu-toggle.expanded {
border-bottom: 10px solid #333;
border-radius: 5px 5px 0 0;
}
#menu-toggle > div {
width: 22px;
height: 2px;
background: #aaa;
}
#menu-toggle > div + div {
margin-top: 5px;
}
#menu {
display: block;
margin: 0;
padding: 0;
text-align: center;
}
#menu li {
position: relative;
margin: 0;
padding: 0;
list-style: none;
text-align: left;
}
#menu > li {
margin: 0 -3px 0 0;
}
#menu a {
display: block;
padding: 8px 10px;
outline: 0;
color: #333;
font-size: 0.8rem;
line-height: 18px;
text-decoration: none;
}
#menu li:nth-child(2) ul{
min-width:250px;
}
#menu li a span{
float:right;
opacity:0.5;
font-style: italic;
}
#menu > li {
display: inline-block;
vertical-align: top;
margin-left:-1px;
}
#menu > li:last-child a {
border:0;
}
#menu img {
width:20px !important;
height:20px !important;
margin:-5px;
padding:0;
}
#menu li.withtext > a img {
margin-right:2px;
}
#menu > li > a {
padding-top: 8px;
padding-bottom: 8px;
white-space: nowrap;
border-right: 1px solid  #ccc;
border-left: 0 dotted  #ccc;
font-size: 1.2rem;
text-transform: uppercase;
text-align: center;
cursor: pointer;
border-radius:3px 3px 0 0;
}
#menu > li.selected > a,
#menu > li.ancestor > a,
#menu > li > a:focus,
#menu > li:hover > a,
#menu > li.activated > a {
background: #ccc;
}
#menu li > a {
fill:#333;
}
#menu li > a:hover {
fill:#555;
}
@media only screen and (min-width: 960px) {
#menu > li > a {
padding-top: 4px;
margin-top:4px;
border-radius:0;
margin-right:-1px;
}
#menu > li.selected > a,
#menu > li.ancestor > a,
#menu > li > a:focus,
#menu > li:hover > a,
#menu > li.activated > a {
border-radius:3px 3px 0 0;
padding-top: 6px;
margin-top:2px;
}
}
#menu > li:nth-last-child(2) a {
color: #ff7e28;
}
#menu > li.selected:nth-last-child(2) > a,
#menu > li.ancestor:nth-last-child(2) > a,
#menu > li:nth-last-child(2) > a:focus,
#menu > li:nth-last-child(2):hover > a,
#menu > li.activated:nth-last-child(2) > a {
color: #ee7e28;
background-color:#222;
}
#menu li:nth-last-child(2) li a,
#menu li:nth-last-child(2) li:not(:last-child) a{
color: #ee7e28;
background-color:#333;
border-color:#444;
}
#menu li:nth-last-child(2) li:hover a {
color: #ee7e28;
background-color:#222;
}
#menu > li:nth-last-child(2) > a {
border-right: 1;
}
#menu > li:first-child > a {
border-left: 0;
}
#menu li ul {
display: none;
position: absolute;
top: 46;
z-index: 1;
margin: 0;
padding: 0;
width: 155px;
background: #ddd;
}
#menu li:hover:not(.clicked) > ul,
#menu li.activated > ul {
display: block;
}
#menu li li a {
border-top: 1px solid #888;
}
#menu li li.main > a {
font-size: 0.8rem;
font-weight: bold;
}
#menu li li.selected > a,
#menu li li:hover > a,
#menu li li.activated > a,
#menu li li > a:focus {
background: #ccc;
}
#menu li li ul {
top: 0;
left: 100%;
border-top: 0;
}
#menu ul  li:last-child a ,#menu ul  li:last-child ,#menu ul{
border-radius:0 0 3px 3px;
}
#content {
padding: 20px;
margin-bottom: 32px;
background-color: white;
background-image: linear-gradient(to bottom, #eee, #fff 100px);
min-height: 500px;
}
#content,
#left-column {
line-height: 150%;
}
#content .summary {
font-size: 1rem;
line-height: 160%;
margin-bottom: 10px;
}
#content > div.wrapper {
padding: 0px;
min-height: 500px;
}
#bread .breadcrumbs {
color: #999;
background-color: #1a1a1a;
padding: 5px 16px;
}
#bread .breadcrumbs a {
color: white;
}
.footer #social img{
max-width:30px;
max-height:30px;
margin:0 5px;
}
.footer #social  {
text-align:center;
border-style:solid;
border-color:#888;
padding-bottom:10px;
margin-bottom:16px;
border-width:0 0 1px 0;
}
.footer #social li {
display:inline;
border-width:0;
}
.footer #social a {
text-decoration:none;
cursor:pointer;
fill:#555;
filter:invert(0.4);
}
.footer #social a:hover {
fill:#333;
filter:invert(0.2);
}
body > .footer {
display: block;
overflow: auto;
clear: both;
margin:20px 5px 0 5px;
font-size: 1.1rem;
line-height: 16px;
}
body > .footer a:link,
.footer a:visited {
color: white;
text-decoration: none;
color: #d55500;
}
body > .footer a:link:hover,
body > .footer a:link:active {
color: #333;
text-decoration: underline;
}
body > .footer p {
clear: left;
text-align: center;
font-size: 0.8rem;
position: relative;
margin: 0px auto;
top: 0px;
}
body > .footer .nav ul {
list-style-type: none;
padding-left: 0;
}
#final-footer {
text-align: center;
margin: 0 0 15px 0;
position: relative;
font-size:0.8rem;
}
#final-footer :link,
#final-footer a,
#final-footer :link:visited,
#final-footer :link:active,
#final-footer span {
color: #aaa;
display: inline-block;
padding: 6px;
margin: 2px 6px;
white-space: nowrap;
}
#final-footer :link:hover,
#final-footer a:hover {
color: #ff7e28;
text-decoration: none;
}
p#final-footer #dev-stamp {
position: absolute;
left: 3px;
top: -14px;
margin: 0;
padding: 0;
transition: opacity 0.2s ease;
opacity: 0.05;
}
p#final-footer #dev-stamp:hover {
transition: opacity 1.5s ease;
opacity: 1;
}
#columns {
margin: -140px 10px 0 10px;
padding-top: 90px;
min-height: 0;
line-height: 140%;
}
#columns > .column {
display: block;
line-height: 1.5em;
padding:10px 20px !important;
color:#333 !important;
}
#columns > .column:nth-child(1) {
margin:0;
}
#columns > .column:nth-child(2) ,#columns > .column:nth-child(3) {
margin:0;
display:table-cell;
}
#columns h1 {
font-family: "Trebuchet MS", Ubuntu, "Liberation Sans", FreeSans, sans-serif;
font-size: 1.15rem;
line-height: 18px;
padding: 5px 10px 5px 0;
border-width:0 0 1px 0;
border-color:#888888;
border-style:solid;
margin:6px 0px;
color: #333333;
margin-top: 0;
text-decoration:none;
}
#columns h1 a:hover{
text-decoration:none;
color:#d55500;
}
.article {
overflow:hidden;
width:100%;
}
.article .excerpt img {
width:35% !important;
height:auto !important;
}
.article h2 {
width:90%;
}
#columns h1 a {
display: block;
margin: 0pp;
padding: 2px;
color: inherit;
}
#columns h2 {
color: #d55500;
font-size: 0.9rem;
font-weight: bold;
padding:0 0 4px 0;
}
#columns h2 a:hover{
color: #333;
text-decoration:none;
}
#left-column {
float: left;
width: 71%;
padding: 0 1% 0 0;
}
.page #left-column > h2:first-child {
margin-top: 24px;
}
#right-sidebar {
float: right;
width: 21%;
padding: 0 0 20px 2%;
}
#right-sidebar .search input {
width: 100%;
padding: 3px;
box-sizing: border-box;
}
#right-sidebar .search a {
position: relative;
float: right;
top: -24px;
left: -10px;
}
#right-sidebar .search a img {
width: 15px;
}
#right-sidebar th {
font-size: 1.1rem;
font-weight: normal;
text-align: right;
padding-left: 4px;
}
#right-sidebar td {
font-size: 1.1rem;
font-weight: bold;
}
#right-sidebar ul {
padding-left: 20px;
}
#right-sidebar .download-box {
margin: 20px 0 40px;
}
#right-sidebar h2,
#right-sidebar h2 :link,
#right-sidebar h2 :visited {
color: #333333;
font-size: 1.3rem;
}
#right-sidebar hr {
margin: 30px 0;
color: #e6e6e6;
background-color: #e6e6e6;
border: 0;
height: 1px;
width: 100%;
}
#sidecategory ul {
list-style: none;
padding: 0;
margin-bottom: 12px;
}
#sidecategory .btn,
#sidecategory .btn-disabled {
margin-bottom: 6px;
display: block;
}
#sidecategory ul > li,
#sidecategory ul form {
padding: 2px 4px 2px 15px;
margin-bottom: 1px;
border-radius: 4px;
text-decoration: none;
color: #798488;
display: block;
line-height: 150%;
font-size: 0.95rem;
}
#sidecategory ul > hr {
margin: 0px;
}
#sidecategory ul a:focus {
outline: none;
}
#sidecategory li:not(.active):hover {
background-color: #e7e9ea;
text-shadow: 0 1px 0 #ffffff;
color: #3f4547;
}
#sidecategory li.subtle.active {
background-color: #3a95c4;
color: white;
}
#sidecategory li > span > a {
margin-left: 4px;
}
#sidecategory li > span {
display: table-cell;
vertical-align: middle;
}
#sidecategory li > a > span,
#sidecategory li > span > a,
#sidecategory li > a > span > span,
#sidecategory ul button {
background-color: #3a95c4;
color: white;
border-radius: 4px;
display: table-cell;
padding: 0px 6px;
vertical-align: middle;
border: none;
text-shadow: none;
word-break: keep-all;
}
#sidecategory li > a > span.failed {
background-color: #c4443a;
}
#sidecategory li.subtle > a > span {
background-color: #f5f5f5;
color: #666;
}
#sidecategory li > span > a.no {
background-color: #c43040;
}
#sidecategory li > span > a:hover {
background-color: #2a85a4;
text-decoration: none;
}
#sidecategory li > span > a.no:hover {
background-color: #a42030;
}
#sidecategory li label,
#sidecategory ul form input {
display: table-cell;
width: 100%;
border: none;
padding: 0px;
margin: 0px;
border-radius: 0px;
}
#sidecategory a:link label {
cursor: pointer;
}
#sidecategory ul form {
margin-top: 2px;
border: 1px solid #fff;
}
#sidecategory ul form:hover {
border: 1px inset #999;
background-color: #eee;
}
#sidecategory ul form input {
width: 150px;
background-color: transparent;
color: #888;
cursor: auto;
}
#sidecategory ul form button {
width: 26px !important;
margin-top: -3px;
visibility: hidden;
}
#sidecategory ul form:hover button {
visibility: visible;
}
#sidecategory li.active a span {
background-color: white;
color: #3f4547;
}
#sidecategory input {
width: 100%;
border-radius: 11px;
padding-left: 8px;
margin-bottom: 12px;
}
#sidecategory .tag,
#item-footer .tag {
background-color: #444;
border: #eee 1px inset;
border-radius: 3px;
color: white;
padding: 1px 5px;
margin: 2px 0;
}
#sidecategory .gallery,
#item-footer .gallery {
background-color: #3a4657;
border: #eee 1px inset;
border-radius: 3px;
color: white;
padding: 1px 5px;
margin: 2px 0;
}
#sidecategory .tag > img {
vertical-align: text-top;
}
#item-footer .tag,
#item-footer .gallery {
float: left;
margin: 0px 2px;
}
#sidecategory .tag,
#sidecategory .gallery {
display: inline-block;
}
#sidecategory .tag.selected {
background-color: #eee;
color: #444;
}
#sidecategory .tag:hover,
#item-footer .tag:hover {
background-color: #999;
text-decoration: none;
}
#sidecategory .gallery:hover,
#item-footer .gallery:hover {
background-color: #999;
text-decoration: none;
}
ol.checklist > li.done {
font-weight: bold;
}
ol.checklist ul {
list-style: none;
padding: 0px;
}
ol.checklist ul li {
background: left center url(../images/bullet-pass.png) no-repeat;
background-image: url(../images/bullet-pass.svg);
margin-left: 12px;
padding: 2px 0 2px 22px;
}
ol.checklist ul li.done {
background: left center url(../images/bullet-tick.png) no-repeat;
background-image: url(../images/bullet-tick.svg);
}
ul.help {
list-style-image: url('../images/icons/help.svg');
}
a.roundel {
float: right;
}
a.roundel img {
padding: 3px;
}
#messages:empty {
display: none;
}
#messages {
list-style-type: none;
background-color: #1A1A1A;
margin: -4px 0px;
padding: 12px 4px;
}
.other-messages {
margin: -4px 0px;
padding: 12px 4px;
}
#messages li,
.other-messages li {
border: 2px solid white !important;
border-radius: 8px;
color: white;
padding: 12px 52px;
margin: 4px 30px;
background: 9px center url(../images/messages/none.svg) no-repeat;
}
#messages .x-close {
float: right;
position: relative;
top: -5px;
right: -34px;
font-weight: bold;
font-size: 150%;
cursor: pointer;
}
.other-messages .info,
#messages .info {
background-image: url(../images/messages/info.svg);
background-color: #3465a4;
border-color: #204a87;
}
.other-messages .success,
#messages .success {
background-image: url(../images/messages/success.svg);
background-color: #73d216;
border-color: #4e9a06;
}
.other-messages .warning,
#messages .warning {
background-image: url(../images/messages/warning.svg);
background-color: #f57900;
border-color: #ce5c00;
}
.other-messages .error,
#messages .error {
background-image: url(../images/messages/error.svg);
background-color: #cc0000;
border-color: #a40000;
}
.other-messages a,
#messages a {
color: white;
font-weight: bold;
}
#messages .floating-msg {
position: fixed;
bottom: 10px;
box-shadow: 3px 4px 4px rgba(0,0,0,0.3);
left: 10px;
}
#blanket {
background-color:#111;
opacity: 0.65;
position: fixed;
z-index: 9001;
top:0px;
left:0px;
width:100%;
height:100%;
}
#popup {
background-color: white;
border: 1px solid #ddd;
opacity: 1.0 !important;
padding: 15px;
position: fixed;
z-index: 9002;
min-height: 130px;
min-width: 400px;
text-align: center;
border-radius: 8px;
}
form.settingsform {
display: inline-block;
text-align: center;
}
h2.error:before,
label.error:before {
content: "⚠ ";
}
table.alternating {
border-collapse: collapse;
margin: 20px 0 40px 0;
border-radius: 6px 6px 0 0;
text-align: center;
}
table.alternating td,
table.alternating th {
padding: 8px 12px;
}
table.alternating th {
background-color: #dddddd;
}
table.alternating tr.odd {
background-color: #f9f9f9;
}
table.alternating tr.even {
background-color: #eeeeee;
}
table.alternating thead th:first-child {
border-radius: 6px 0 0 0;
}
table.alternating thead th:last-child {
border-radius:0 6px 0 0;
}
table.alternating td.left-aligned {
text-align: left;
}
.inlinepages {
padding-top: 20px;
}
.inlinepages .tabs {
display: block;
border-bottom: 2px solid #ddd;
padding: 0px;
}
.inlinepages .tabs li {
list-style: none;
border-width: 1px 1px 0px 1px;
border-style: solid;
border-color: #ddd;
margin: 0em 2px;
min-width: 100px;
text-align: center;
padding: 10px;
border-radius: 8px 8px 0 0;
display: inline-block;
color: #157;
cursor: pointer;
font-weight: bold;
background-color: #eef;
}
.inlinepages .tabs li:hover,
.inlinepages .tabs li.selected {
background-color: #fff;
}
.inlinepage {
display: none;
width: 95%;
}
.inlinepage.selected {
display: block;
}
.tooltip {
font-weight: 400;
cursor: pointer;
}
div.tooltip {
display: inline;
}
.tooltip strong {
font-size: 0.95rem;
display: inline-block;
margin-top: 8px;
margin-bottom: 6px;
}
.tooltip strong:first-child {
margin-top: 0;
}
.tooltip > span {
z-index: 10;
display: none;
padding: 14px 20px;
margin-top: -30px;
margin-left: 15px;
width: 300px;
line-height: 16px;
border-radius: 8px;
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
text-align: left;
font-size: 0.9rem;
position: absolute;
color: white;
border: 2px solid #333333;
background: #444444;
}
.tooltip:hover > span {
display: inline-block;
}
.ttarrow {
z-index: 20;
position: absolute;
width: 14px;
height: 26px;
top: 30px;
border: 0;
left: -13px;
background-image: url(../images/icons/tooltiparrow.svg);
}
#popup textarea {
width: 100%;
padding: 3px;
margin: 12px 0px;
min-height: 4em;
}
.btn,
.btn-disabled {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 0.9rem;
color: #333333;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-color: #ccc;
border: 1px solid #bbbbbb;
border-radius: 3px;
margin-right: 5px;
}
.btn:disabled,
.btn-disabled {
cursor: not-allowed;
color: #999;
}
.btn:hover {
text-decoration: none;
}
.btn-default {
color: #333;
background-color: #ddd;
border-color: #ccc;
}
.btn-primary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #34A7C1;
background-repeat: repeat-x;
}
.btn-danger {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
color: #fff;
background-color: #d9534f;
}
.btn-success {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
color: #fff;
background-color: #4cae4c;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled
{
color: #ccc;
background-color: #e6e6e6;
background-image: none;
text-decoration: line-through;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #34A7C1;
}
.btn-primary::-moz-focus-inner {
border: 0;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn:active,
.btn.active,
.open > .dropdown-toggle.btn {
background-image: none;
}
.headingAnchors {
display: inline-block;
padding: 0px 4px;
}
.headingAnchors:hover {
background-color:#ddd;
text-decoration:none !important;
border-radius:3px;
}
ul.pagination,
div.pagination {
display: inline-block;
margin: 10px 0;
padding: 0;
width:100%;
}
ul.pagination li,
div.pagination span,
div.pagination a {
display: inline-block;
}
ul.pagination li a,
ul.pagination li span,
div.pagination a,
div.pagination span {
text-decoration: none;
color: black;
padding: 0px 12px 0px 12px;
transition: background-color .3s;
border: 1px solid #ddd;
border-radius:3px;
margin: 2px;
line-height:2;
}
ul.pagination li.active span,
div.pagination span.current,
div.pagination a.current {
background-color: #3A95C4;
color: white;
}
div.pagination a.current {
background-color: #2875A4;
}
div.pagination .disabled {
color: #aaa;
margin:0 15px;
}
ul.pagination li a:hover,
div.pagination a:hover {
background-color: #ddd;
text-decoration: none;
}
div.pagination a.current:hover {
background-color: #3A95C4;
}
ul.ellipses-hidden li.hide {
display: none !important;
}
.ellipses-button {
cursor: pointer;
display: none;
}
.cloud > span > a {
color: #444;
white-space: nowrap;
}
.cloud > span > a:hover {
text-decoration: none;
}
.cloud span {
padding: 4px 6px;
}
.cloud span.size0 { font-size: 90%; }
.cloud span.size1 { font-size: 100%; }
.cloud span.size2 { font-size: 120%; }
.cloud span.size3 { font-size: 140%; }
.cloud span.size4 { font-size: 160%; }
.cloud span.size5 { font-size: 180%; }
.cloud span.size6 { font-size: 200%; }
div.errtext {
max-width: 400px;
margin-right: auto;
margin-left: auto;
text-align: center;
}
div.donationpicparagraph img {
float: right;
margin: 20px;
}
div.donationlogo {
position: relative;
margin-top: -45px;
margin-left: 30px;
margin-bottom: -30px;
}
.donationheadline {
font-size: 240%;
font-weight: normal;
line-height: 35px;
font-family: LinuxLibertineORegular, "Trebuchet MS", Ubuntu, "Liberation Sans", FreeSans, sans-serif;
}
#djDebug .line_tb {
border: 1px red solid;
}
#djDebug .line_tb th {
text-align: left !important;
background-color: #eee;
border-bottom: 1px #ccc solid;
}
#djDebug .line_tb tbody td pre {
border: 0px;
margin: 0px;
background-color: transparent;
}
#djDebug .line_tb tr[weight="NaN"] td,
#djDebug .line_tb tr[weight="NaN"] pre {
color: #bbb;
}
#djDebug .line_tb tr[weight="5"] td { background-color:  #efefef; }
#djDebug .line_tb tr[weight="10"] td { background-color: #efdfdf; }
#djDebug .line_tb tr[weight="15"] td { background-color: #efcfcf; }
#djDebug .line_tb tr[weight="20"] td { background-color: #efbfbf; }
#djDebug .line_tb tr[weight="25"] td { background-color: #efafaf; }
#djDebug .line_tb tr[weight="30"] td { background-color: #efa8a8; }
#djDebug .line_tb tr[weight="35"] td { background-color: #ef9898; }
#djDebug .line_tb tr[weight="40"] td { background-color: #ef8888; }
#djDebug .line_tb tr[weight="45"] td { background-color: #ef7878; }
#djDebug .line_tb tr[weight="50"] td { background-color: #ef7070; }
#djDebug .line_tb tr[weight="55"] td { background-color: #ef6868; }
#djDebug .line_tb tr[weight="60"] td { background-color: #ef6060; }
#djDebug .line_tb tr[weight="65"] td { background-color: #ef5858; }
#djDebug .line_tb tr[weight="70"] td { background-color: #ef5050; }
#djDebug .line_tb tr[weight="75"] td { background-color: #ef4848; }
#djDebug .line_tb tr[weight="80"] td { background-color: #ef4040; }
#djDebug .line_tb tr[weight="85"] td { background-color: #ef3838; }
#djDebug .line_tb tr[weight="90"] td { background-color: #ef3030; }
#djDebug .line_tb tr[weight="95"] td { background-color: #ef2828; }
#djDebug .line_tb tr[weight="100"] td { background-color: #ef2020; }
#djDebug .djdt-panelContent table {
display: table !important;
}
.sponsors-page {
margin: 0px;
padding: 6px;
border-width: 0px 1px 1px 1px;
}
.sponsors-page h3 {
padding-top: 0px;
margin: 4px 0px 0px;
display: table-cell;
border: 1px solid grey;
padding: 0px 8px;
border-radius: 8px 8px 0px 0px;
background-color: #aaa;
border-bottom: 0px;
}
.sponsors-page p {
border: 1px solid grey;
margin: 0px 0px 8px;
padding: 4px 8px 4px;
background-color: #e4e4e4;
font-size: 80%;
line-height: 130%;
}
.sponsors-page img {
width: 48px;
height: 48px;
}
a.sponsor_user {
line-height: 0px;
}
a.sponsor_user span {
display: table-cell;
height: 70px;
width: 160px;
border: 2px #b6b6b6 solid;
border-radius: 14px;
background-color: white;
box-shadow: 0px 0px 3.7px #c0c0c0;
text-align: center;
vertical-align: middle;
}
a.sponsor_user span img {
max-height: 70px;
max-width: 160px;
}
div.sponsors {
margin-top: 20px;
}
div.sponsors > div {
width: 100%;
margin-top: 20px;
margin-bottom: 20px;
}
div.sponsors > div > div {
display: inline-block;
max-width: 650px;
margin: 10px;
vertical-align: top;
}
.silver a.sponsor_user {
margin: 5px;
}
li#tab_hackfest {
margin-right: 6px;
}
li#tab_hackfest p {
background: #ff9999;
cursor: pointer;
}
li#tab_hackfest p:hover {
background: #ff7777;
cursor: pointer;
}
li#tab_hackfest p a:hover {
text-decoration: none;
background: none;
}
.team_list img {
max-width: 162px;
max-height: 70px;
border: 2.4px solid #ccc;
border-radius: 16px;
box-shadow: 0px 0px 5px #ccc;
padding: 4px;
}
.cmsplugin-news .unpub {
opacity: 0.5;
}
@media only screen and (min-width: 1190px) {
body{
max-width:1190px;
}
#shield {
transform:scale(1.25);
width:960px;
margin:0px auto 5px auto !important;
transform-origin:top center;
}
#menu {
width:1190px;
margin:10px auto 0 auto !important;
}
#shield {
margin-bottom:150px !important;
}
html #logo {
margin-top:5px;
}
html #topsearch {
margin-top:-20px;
margin-right:0px;
transform:scale(0.9);
transform-origin:right top;
}
html #cleartop{
height:80px;
}
html body{
font-size:0.95rem;
}
}
@media only screen and (max-width: 960px) and (min-width: 460px) {
.header .nav {
background-color:#ddd !important;
}
.header .nav {
border-bottom: 1px solid #999;
}
}
ul.agenda {
list-style: none;
padding: 0px;
}
ul.agenda li:before { margin: 0 0.9em; }
ul.agenda li.open:before { content: '☐'; }
ul.agenda li.complete:before { content: '☑'; }
ul.agenda li.copied:before { content: '☑'; }
ul.agenda li.deferred:before { content: '☒'; }
ul.agenda li.deferred { color: #aaa; font-style: italic; }
ul.agenda li.ignored:before { content: '☠'; }
ul.agenda li.ignored { color: red; font-weight: bold; }