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

no edit summary
 
(47 intermediate revisions by the same user not shown)
Line 2: Line 2:


.songinfotitle {
.songinfotitle {
     text-align: left;
     font-size: 1.5em;
     font-size: 4em;
    font-style: oblique;  
     margin-left: 10px;
     font-size: 1.5em;
     margin-top: 20px;
     color: #333333;
     margin-bottom: 0px;
     margin-left: 1.2em;
     margin-top: 15px;
     max-width: 500px;
     max-width: 500px;
    float:left;
}
}


.songinfosubtitle {
.songinfosubtitle {
     font-size: large;
    vertical-align: top;
}
     font-size: 1.1em;
 
    font-style: oblique;
.songinfohead {
    color: #333333;
 
    margin-left: 2em;
}
}


Line 21: Line 23:
     text-align: left;  
     text-align: left;  
     font-size: small;
     font-size: small;
     margin-left: 30px;
     margin-left: 4em;
     margin-top: 20px;
     margin-top: 0px;
    max-width: 500px;
     margin-bottom: 10px;
}
 
td{ 
    border:0px solid #ccc;
     padding:0px 0px;
    vertical-align:top;
    word-break:normal;
}
 
/* Sacred or secular? */
 
 
.sacred {
  border: 2px solid #eaeaea;
  max-width: 500px;
}
 
.secular {
  border: 2px solid #c2c2c2;
  max-width: 500px;
}
}
/*This styles the links inside the box.*/
.songinfobox a:link {color:#555555;}
.songinfobox a:visited {color:#333333;}
.songinfobox a:hover {color:#444444;}
.songinfobox a:active {color:#FFFFFF;}


/*Which century?*/
/*Which century?*/
Line 50: Line 37:
.fifteenth {
.fifteenth {
   background-color: #DBF1F9;
   background-color: #DBF1F9;
  border: 2px solid #c2c2c2;
  max-width: 500px;
}
}




.sixteenth {
.sixteenth {
  color: white;
  background-color: #B6E3F3;
  background-color: #B6E3F3;
  border: 2px solid #c2c2c2;
  margin: 10px;
  max-width: 500px;
  width: 50px;
  height: 50px;
  display: inline-block;
}
}


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


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


.twentieth {
.twentieth {
  color: white;
   background-color: #24ABDA;
   background-color: #24ABDA;
   margin: 10px;
   border: 2px solid #c2c2c2;
   width: 50px;
   max-width: 500px;
  height: 50px;
  display: inline-block;
}
}


.twentyfirst {
.twentyfirst {
  color: white;
   background-color: #009DD4;
   background-color: #009DD4;
   margin: 10px;
   border: 2px solid #c2c2c2;
   width: 50px;
   max-width: 500px;
  height: 50px;
  display: inline-block;
}
}