Difference between revisions of "Template:Custom/songinfo.css"

From Jaroussky Wiki
Jump to navigation Jump to search
Line 7: Line 7:
     margin-top: 20px;
     margin-top: 20px;
     margin-bottom: 0px;
     margin-bottom: 0px;
    max-width: 500px;
    border: 2px solid #c2c2c2;
     max-width: 500px;
     max-width: 500px;
}
}
Line 48: Line 46:
.seventeenth {
.seventeenth {
   background-color: #92D5ED;
   background-color: #92D5ED;
  max-width: 500px;
  max-width: 500px;
  border: 2px solid #c2c2c2;
  max-width: 500px;
}
}


Line 54: Line 54:
   background-color: #6DC7E6;
   background-color: #6DC7E6;
   max-width: 500px;
   max-width: 500px;
  border: 2px solid #c2c2c2;
  max-width: 500px;
}/*
}/*
.eighteenth {
.eighteenth {

Revision as of 01:47, 28 September 2021

/* The purpose of this template is to define the box colours as variables so they can be set globally in case we change our minds over the layout or colour scheme. */

.songinfotitle {
    text-align: left;  
    font-size: 1.5em;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 0px;
    max-width: 500px;
}

.songinfosubtitle {
    font-size: 1.2em;
font-style:oblique;
}

.songinfohead {

}

.songinfobox {
    text-align: left; 
    font-size: small;
    margin-left: 30px;
    margin-top: 20px;

}


/*Which century?*/

.fifteenth {
  background-color: #DBF1F9;
}


.sixteenth {
  color: white;
  background-color: #B6E3F3;
  margin: 10px;
  width: 50px;
  height: 50px;
  display: inline-block;
}

.seventeenth {
  background-color: #92D5ED;
   max-width: 500px;
   border: 2px solid #c2c2c2;
   max-width: 500px;
}

.eighteenth {
   background-color: #6DC7E6;
   max-width: 500px;
   border: 2px solid #c2c2c2;
   max-width: 500px;

}/*
.eighteenth {
   max-width: 500px;
   background: radial-gradient(circle, rgba(109,199,230,1) 0%, rgba(148,233,188,1) 100%);
}*/
.nineteenth {
  color: white;
  background-color: #49B9E0;
  margin: 10px;
  width: 50px;
  height: 50px;
  display: inline-block;
}

.twentieth {
  color: white;
  background-color: #24ABDA;
  margin: 10px;
  width: 50px;
  height: 50px;
  display: inline-block;
}

.twentyfirst {
  color: white;
  background-color: #009DD4;
  margin: 10px;
  width: 50px;
  height: 50px;
  display: inline-block;
}



/*
sacred-border = #eaeaea
secular-border = #c2c2c2
15th-century-color #DBF1F9
16th-century-color: #B6E3F3
17th-century-color: #92D5ED
18th-century-color: #6DC7E6
19th-century-color: #49B9E0
20th-century-color: #24ABDA
21th-century-color: #009DD4
*/