2022-11-25 20:57:31 +01:00
|
|
|
/**
|
|
|
|
* digital ROCK CSS for jQuery based Javascript API
|
|
|
|
*
|
|
|
|
* @link http://www.digitalrock.de
|
|
|
|
* @author Ralf Becker <RalfBecker@digitalROCK.de>
|
|
|
|
* @copyright 2010-13 by RalfBecker@digitalROCK.de
|
|
|
|
* @version $Id$
|
|
|
|
*/
|
|
|
|
|
|
|
|
table.DrTable {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Background etc. for header rows
|
|
|
|
*/
|
|
|
|
table.DrTable thead, table.DrTable tbody th {
|
|
|
|
background-color: #c0c0c0;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* Background etc. for body rows
|
|
|
|
*/
|
|
|
|
table.DrTable tbody {
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* Center all columns by default
|
|
|
|
*/
|
|
|
|
table.DrTable th, table.DrTable td {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* Left justify text columns like name
|
|
|
|
*/
|
|
|
|
table.DrTable th.lastname, table.DrTable td.lastname, table.DrTable td.firstname, table.DrTable td.boulder,
|
|
|
|
table.DrTable td.team_name, table.DrTable tbody th, .Starters table.DrTable th, .Starters table.DrTable td,
|
|
|
|
table.DrTable th.federation, table.DrTable td.federation, table.DrTable th.rgz, table.DrTable td.rgz,
|
|
|
|
table.DrTable th.city, table.DrTable td.city, table.DrTable th.footer {
|
|
|
|
padding-left: 5px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
table.DrTable td.final_points, table.DrTable td.quali_points {
|
|
|
|
padding-right: 5px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
table.DrTable td.final_points {
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
|
|
|
table.DrTable tbody th a {
|
|
|
|
padding-left: 10px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
table.DrTable.boulder2018 tbody td[class^="result"] {
|
|
|
|
min-width: 6em;
|
|
|
|
}
|
|
|
|
table.DrTable.boulder2018 tbody td.result_rank {
|
|
|
|
min-width: 0;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* alignment of multiple values in a column by align_td_nbsp function
|
|
|
|
*/
|
|
|
|
table.DrTable td div.tdAlign2 { width: 30%; display: inline-block; }
|
|
|
|
table.DrTable td div.tdAlign2:first-child { width: 60%; display: inline-block; }
|
|
|
|
table.DrTable td div.tdAlign3 { width: 20%; display: inline-block; }
|
|
|
|
table.DrTable td div.tdAlign3:first-child { width: 40%; display: inline-block; }
|
|
|
|
table.DrTable td div.tdAlign4 { width: 16%; display: inline-block; }
|
|
|
|
table.DrTable td div.tdAlign4:first-child { width: 50%; display: inline-block; }
|
|
|
|
/**
|
|
|
|
* Capitalize names
|
|
|
|
*/
|
|
|
|
.lastname {
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
.Starters .lastname:after {
|
|
|
|
content: ", ";
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Hide names (this is only for show, no real name below filter)
|
|
|
|
*/
|
|
|
|
tr.hideNames .lastname, tr.hideNames .firstname {
|
|
|
|
-webkit-filter: blur(2px) grayscale(1) opacity(50%);
|
|
|
|
filter: blur(2px) grayscale(1) opacity(50%);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Format the header
|
|
|
|
*/
|
|
|
|
.Results h1, .Startlist h1, .Resultlist h1, .Starters h1, .Profile h1 {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
font-size: 20pt;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Results h3, .Profile h3, .Profile h2 {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Results select.compChooser {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Quota line
|
|
|
|
*/
|
|
|
|
.quota_line > td {
|
|
|
|
border-top: 2px solid black;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* See also links
|
|
|
|
*/
|
|
|
|
ul.seeAlso li {
|
|
|
|
display: block ! important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Result column
|
|
|
|
*/
|
|
|
|
.result {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Toc row
|
|
|
|
*/
|
|
|
|
ul.listToc, ul.listCatToc {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
ul.listCatToc {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
ul.listToc li, ul.listCatToc li {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 15px !important;
|
|
|
|
text-transform: uppercase;
|
|
|
|
line-height: 1.2;
|
|
|
|
}
|
|
|
|
ul.listCatToc li {
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* New boulder result display
|
|
|
|
*/
|
|
|
|
div.boulder, div.boulderNone, div.boulderTop, div.boulderBonus {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 2px;
|
|
|
|
background-size: 100%;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
td.boulder > div {
|
|
|
|
white-space: nowrap;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.boulderNone {
|
|
|
|
background-image: url(../../templates/default/images/boulderNone.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
div.boulderTop {
|
|
|
|
background-image: url(../../templates/default/images/boulderTop.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
div.boulderBonus {
|
|
|
|
background-image: url(../../templates/default/images/boulderBonus.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
div.bonusTries, div.topTries {
|
|
|
|
position: absolute;
|
|
|
|
font-size: 90%;
|
|
|
|
font-weight: bold;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
div.bonusTries {
|
|
|
|
right: 3px;
|
|
|
|
bottom: 1px;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
div.topTries {
|
|
|
|
left: 3px;
|
|
|
|
top: 1px;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Profile page
|
|
|
|
*/
|
|
|
|
div.Profile {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.profileHeader, .profileData {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.profileHeader .profileNation {
|
|
|
|
margin: 5px 0 5px 0;
|
|
|
|
}
|
|
|
|
.profileLogo {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
.profileRank:after, .profileResultRank:after {
|
|
|
|
content: ".";
|
|
|
|
}
|
|
|
|
.profileData td {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
td.profileAge, td.profileBirthdate, td.profileBirthplace, td.profileCity, td.profileStreet, td.profileRank,
|
|
|
|
td.profilePractice, td.profileOtherSports, td.profileProfessional, td.profileHeight, td.profileWeight {
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
.profileResult td, h1, h3, td.profileRanglist {
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
td.profileRanglist {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.profileResultHidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
tr.profileMarginTop > td {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
.profileResultHeader td {
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: normal;
|
|
|
|
font-size: 120%;
|
|
|
|
}
|
|
|
|
.profileData td:first-child {
|
|
|
|
width: 2em;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* Aggregated rankings
|
|
|
|
*/
|
|
|
|
.Aggregated th.nation, .Aggregated td.nation, .Aggregated td.name, .Aggregated th.name {
|
|
|
|
text-align: left;
|
|
|
|
padding-left: 3px;
|
|
|
|
}
|
|
|
|
.Aggregated td.name, .Aggregated th.result, .Aggregated td.result {
|
|
|
|
line-height: 1.3;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
.Aggregated td.calculationHidden, .Aggregated th.calculationHidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.Aggregated div.resultRows, .Aggregated div.resultRow {
|
|
|
|
width: 100%;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.Aggregated td.result span
|
|
|
|
{
|
|
|
|
padding-right: 1ex;
|
|
|
|
}
|
|
|
|
.Aggregated td.result span.rank {
|
|
|
|
display: inline-block;
|
|
|
|
width: 1.5em;
|
|
|
|
}
|
|
|
|
.Aggregated td.result span.rank:after, .Aggregated td.rank:after {
|
|
|
|
content: ".";
|
|
|
|
}
|
|
|
|
.Aggregated td.result span.points {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.Aggregated .rankingHeader2 {
|
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* ResultChooser widget
|
|
|
|
*/
|
|
|
|
.ResultChooser > select {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Resultlist
|
|
|
|
*/
|
|
|
|
.Resultlist h3.resultDate:empty {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.error:empty {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.error {
|
|
|
|
color: red;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Fix some CSS on www.ifsc-climbing.org
|
|
|
|
*/
|
|
|
|
section#gkMainbody table.profileHeader thead tr:hover td, section#gkMainbody table.profileData thead tr:hover td {
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
section#gkMainbody table.DrTable thead, section#gkMainbody table.DrTable tbody{
|
|
|
|
background-color: inherit;
|
|
|
|
background-color: rgba(0,0,0,0.75);
|
|
|
|
}
|
|
|
|
/* do NOT show start-numbers on ifsc-website */
|
|
|
|
section#gkMainbody .Resultlist table.DrTable .start_number {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
/* display wide lists over right _WORLDCOMP. menu, not under it */
|
|
|
|
section#gkMainbody table.DrTable {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
/* hide digitalROCK logo */
|
|
|
|
section#gkMainbody td.profileLogo {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* footer */
|
|
|
|
div.footer {
|
|
|
|
display: hidden;
|
|
|
|
color: gray;
|
|
|
|
}
|
2023-09-10 12:07:08 +02:00
|
|
|
|
|
|
|
#bluerock {
|
|
|
|
margin: 1rem;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
flex-direction: column;
|
|
|
|
max-width: 20rem;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
box-shadow: 0px 0px .5rem #888888;
|
|
|
|
border-radius: 1rem;
|
|
|
|
padding: .8rem;
|
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bluerock:hover {
|
|
|
|
background-color: #EEE
|
|
|
|
}
|
|
|
|
|
|
|
|
#bluerock img {
|
|
|
|
width: 90%;
|
|
|
|
}
|