Skip to content
Snippets Groups Projects
Commit f5dff7a1 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

conversion to Unix-style EOL

parent 347f0a6e
No related branches found
No related tags found
No related merge requests found
@CHARSET "UTF-8"; @CHARSET "UTF-8";
/* html { /* html {
background-color: #FFF; background-color: #FFF;
height: 100%; height: 100%;
}*/ }*/
body { body {
color: #004360; color: #004360;
background-color: #FFF; background-color: #FFF;
font-family: "Open Sans", Helvetica, sans-serif; font-family: "Open Sans", Helvetica, sans-serif;
font-size: 14px; font-size: 14px;
line-height: 1.4; line-height: 1.4;
margin: 0px; margin: 0px;
/* height: 100%; */ /* height: 100%; */
} }
input, textarea, select, button { input, textarea, select, button {
font-size: 14px; font-size: 14px;
} }
header { header {
position: relative; position: relative;
padding: 0; padding: 0;
height: 115px; height: 115px;
width: 100%; width: 100%;
background: #003f5f; background: #003f5f;
} }
#header_text { #header_text {
color: white; color: white;
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: bold;
position: absolute; position: absolute;
left: 100px; left: 100px;
top: 50px; top: 50px;
z-index: 100; z-index: 100;
} }
h1, h2 { h1, h2 {
margin: 0; margin: 0;
padding: 0; padding: 0;
font-weight: bold; font-weight: bold;
} }
h1 { h1 {
font-size: 1.5em; font-size: 1.5em;
padding-bottom: 0.7em; padding-bottom: 0.7em;
} }
h2 { h2 {
font-size: 1.2em; font-size: 1.2em;
} }
dt { dt {
font-weight: bold; font-weight: bold;
padding-top: 0.4em; padding-top: 0.4em;
} }
img { img {
border: none; border: none;
} }
a { a {
color: #f1893b; color: #f1893b;
} }
a:hover,a:focus,a:active { a:hover,a:focus,a:active {
color: #004360; color: #004360;
} }
footer { footer {
width: 100%; width: 100%;
background-color: #EEE; background-color: #EEE;
font-size: 12px; font-size: 12px;
} }
footer .col-1-1 { footer .col-1-1 {
text-align: left; text-align: left;
} }
footer .col-1-2 { footer .col-1-2 {
text-align: right; text-align: right;
white-space: nowrap; white-space: nowrap;
} }
footer a:not(:last-child) { footer a:not(:last-child) {
padding-right: 1em; padding-right: 1em;
} }
footer a { footer a {
text-decoration: none; text-decoration: none;
} }
button, .button { button, .button {
background: #214BB5; background: #214BB5;
border: 2px solid #214BB5; border: 2px solid #214BB5;
font-weight: bold; font-weight: bold;
border-radius: 3px; border-radius: 3px;
text-decoration: none!important; text-decoration: none!important;
} }
button:hover, .button:hover { button:hover, .button:hover {
background: none; background: none;
color: #214BB5; color: #214BB5;
} }
/* ======= ======= Classes ======= ======= */ /* ======= ======= Classes ======= ======= */
/** Wizard **/ /** Wizard **/
.wizard > .steps > ol > li.current { .wizard > .steps > ol > li.current {
background: #214BB5; background: #214BB5;
} }
.wizard > .steps > ol > li.done { .wizard > .steps > ol > li.done {
background: #9DC8E2; background: #9DC8E2;
} }
.wizard > .content { .wizard > .content {
border: 2px solid #214BB5; border: 2px solid #214BB5;
} }
.help { .help {
vertical-align: bottom; vertical-align: bottom;
} }
.help:hover { .help:hover {
cursor: help; cursor: help;
} }
.central-section { .central-section {
box-sizing: border-box; box-sizing: border-box;
display: table; display: table;
width: 100%; width: 100%;
padding-left: 0.5em; padding-left: 0.5em;
padding-right: 0.5em; padding-right: 0.5em;
} }
.col-1-2 { .col-1-2 {
padding-top: 1em; padding-top: 1em;
} }
.alignment-3 { .alignment-3 {
text-align: center; text-align: center;
} }
.page-title { .page-title {
color: #f1893b; color: #f1893b;
font-weight: normal; font-weight: normal;
white-space: nowrap; white-space: nowrap;
} }
.info-section { .info-section {
margin-bottom: 0.5em ; margin-bottom: 0.5em ;
} }
.info-section h3 { .info-section h3 {
margin: 1em 0 0 0; margin: 1em 0 0 0;
text-decoration: none; text-decoration: none;
} }
.info-section h3 a{ .info-section h3 a{
text-decoration: none; text-decoration: none;
} }
.info-section h3 a:hover{ .info-section h3 a:hover{
color: #f1893b; color: #f1893b;
} }
.info-section img { .info-section img {
display: none; display: none;
} }
.validator_warn { .validator_warn {
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 20px 20px; background-size: 20px 20px;
background-position: 90% 5px; background-position: 90% 5px;
background-image: url('../images/warning-icon.png'); background-image: url('../images/warning-icon.png');
} }
/* ------- Table Style 1 ------- */ /* ------- Table Style 1 ------- */
.ts-1 { .ts-1 {
border-collapse: collapse; border-collapse: collapse;
margin: auto; margin: auto;
padding-top: 1.5em; padding-top: 1.5em;
} }
.ts-1 tr:not(:last-child) th, .ts-1 tr:not(:last-child) td { .ts-1 tr:not(:last-child) th, .ts-1 tr:not(:last-child) td {
border-bottom: 1px solid #ffccaa; border-bottom: 1px solid #ffccaa;
/* border-bottom: 1px solid #f1893b; */ /* border-bottom: 1px solid #f1893b; */
margin: 0; margin: 0;
} }
.ts-1 th{ .ts-1 th{
font-weight: normal; font-weight: normal;
text-align: left; text-align: left;
padding: 0.6em 2em 0.6em 1em; padding: 0.6em 2em 0.6em 1em;
border-right: 1px solid #ffccaa; border-right: 1px solid #ffccaa;
/* border-right: 1px solid #f1893b; */ /* border-right: 1px solid #f1893b; */
} }
.ts-1 td{ .ts-1 td{
text-align: right; text-align: right;
padding: 0.6em 1em 0.6em 2em; padding: 0.6em 1em 0.6em 2em;
} }
.ts-1 caption, .ts-1 th[colspan="2"] { .ts-1 caption, .ts-1 th[colspan="2"] {
color: #FFF; color: #FFF;
background-color: #F1893B; background-color: #F1893B;
font-size: 1.1em; font-size: 1.1em;
font-weight: normal; font-weight: normal;
padding: 0.2em 1em; padding: 0.2em 1em;
margin-bottom: 0.4em; margin-bottom: 0.4em;
} }
.ts-1 caption img, .ts-1 th[colspan="2"] img { .ts-1 caption img, .ts-1 th[colspan="2"] img {
vertical-align: middle; vertical-align: middle;
float: right; float: right;
/* padding-left: 1em; */ /* padding-left: 1em; */
padding: 0.2em; padding: 0.2em;
} }
/* ------- End of Table Style 1 ------- */ /* ------- End of Table Style 1 ------- */
.member-div { .member-div {
padding-bottom: 0.2em; padding-bottom: 0.2em;
padding-right: 0.2em; padding-right: 0.2em;
} }
.member-div .additional-info { .member-div .additional-info {
color: #FF0000; color: #FF0000;
} }
.member-div:hover { .member-div:hover {
background-color: #FFCCAA; background-color: #FFCCAA;
cursor: pointer; cursor: pointer;
} }
.member-div.selected { .member-div.selected {
background-color: #F1893B; background-color: #F1893B;
color: #FFF; color: #FFF;
cursor: pointer; cursor: pointer;
} }
.member-div.selected .additional-info { .member-div.selected .additional-info {
color: #000000; color: #000000;
} }
.federation-details { .federation-details {
display: none; display: none;
position: absolute; position: absolute;
left: 0; left: 0;
top: 2em; top: 2em;
width: 100%; width: 100%;
background-color: #FFF; background-color: #FFF;
text-align: left; text-align: left;
border: 1px solid #FFCCAA; border: 1px solid #FFCCAA;
padding: 1em; padding: 1em;
margin-left: 1em; margin-left: 1em;
} }
/* Specific images */ /* Specific images */
#main_logo { #main_logo {
width: 180px; width: 180px;
} }
#geant_logo { #geant_logo {
width: 100px; width: 100px;
padding-right: 1em; padding-right: 1em;
} }
#world_small { #world_small {
width: 100%; width: 100%;
} }
@media screen and (min-width: 400px) { @media screen and (min-width: 400px) {
#world_small { #world_small {
width: 400px; width: 400px;
} }
} }
/* eduGAIN Numbers table */ /* eduGAIN Numbers table */
#eduGAIN-numbers-table_1 { #eduGAIN-numbers-table_1 {
padding-top: 1em; padding-top: 1em;
} }
#eduGAIN-numbers-table_2 { #eduGAIN-numbers-table_2 {
display: none; display: none;
} }
#entity_details { #entity_details {
display: none; display: none;
} }
/* Entities Table */ /* Entities Table */
table.entity_listing { table.entity_listing {
width: 100%; width: 100%;
border: 1px solid #F1893B; border: 1px solid #F1893B;
} }
table.entity_listing th { table.entity_listing th {
background-color: #F1893B; background-color: #F1893B;
color: #FFF; color: #FFF;
} }
table.entity_listing tr td.entity-role { table.entity_listing tr td.entity-role {
text-align: center; text-align: center;
background-color: #F1893B; background-color: #F1893B;
color: #FFF; color: #FFF;
} }
table.entity_listing { table.entity_listing {
border-collapse: collapse; border-collapse: collapse;
} }
table.entity_listing td { table.entity_listing td {
border: 1px solid #F1893B; border: 1px solid #F1893B;
padding-left: 0.5em; padding-left: 0.5em;
} }
table.entity_listing tr td:first-child { table.entity_listing tr td:first-child {
} }
table.entity_listing tr td:last-child { table.entity_listing tr td:last-child {
} }
table.entity_listing tr.entry-even { table.entity_listing tr.entry-even {
background-color: #EEE; background-color: #EEE;
} }
/* Entity Information table */ /* Entity Information table */
table.entity_details { table.entity_details {
background-color: #FFF; background-color: #FFF;
width: 100%; width: 100%;
padding: 0.2em; padding: 0.2em;
} }
table.entity_details th { table.entity_details th {
border-bottom: 1px solid #EEE; border-bottom: 1px solid #EEE;
background-color: #DDD; background-color: #DDD;
text-align: left; text-align: left;
padding-left: 0.5em; padding-left: 0.5em;
} }
table.entity_details td { table.entity_details td {
border-bottom: 1px solid #EEE; border-bottom: 1px solid #EEE;
padding-left: 0.5em; padding-left: 0.5em;
} }
table.entity_details .details_header { table.entity_details .details_header {
font-weight: bold; font-weight: bold;
color: #f1893b; color: #f1893b;
padding-left: 0.5em; padding-left: 0.5em;
} }
table.entity_details .details_subheader { table.entity_details .details_subheader {
font-weight: bold; font-weight: bold;
color: #004360; color: #004360;
padding-left: 0.5em; padding-left: 0.5em;
} }
.drop-shadow { .drop-shadow {
-webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.75); -webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.75); -moz-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.75); box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.75);
} }
#wrap { #wrap {
padding-bottom: 1em; padding-bottom: 1em;
} }
#breadcrumb { #breadcrumb {
color: #999999; color: #999999;
} }
#show_xml_warn { #show_xml_warn {
display: none; display: none;
} }
#show_xml_warn p { #show_xml_warn p {
margin: 1em; margin: 1em;
} }
#html_templates { #html_templates {
display: none; display: none;
} }
#edugain_news dl dt { #edugain_news dl dt {
line-height: 1.0; line-height: 1.0;
} }
#edugain_news dl dd ul { #edugain_news dl dd ul {
-webkit-margin-before: 0px; -webkit-margin-before: 0px;
-webkit-margin-after: 0.5ex; -webkit-margin-after: 0.5ex;
} }
#loading { #loading {
position: fixed; position: fixed;
left: 45%; left: 45%;
top: 50%; top: 50%;
display: none; display: none;
} }
@media screen and (max-width: 800px) { @media screen and (max-width: 800px) {
header, header,
#geant_logo_t img, #geant_logo_t img,
#edugain_logo img { #edugain_logo img {
height: 75px !important; height: 75px !important;
} }
} }
\ No newline at end of file
...@@ -209,4 +209,4 @@ main form { ...@@ -209,4 +209,4 @@ main form {
float: none; float: none;
text-align: center; text-align: center;
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment