Difference between revisions of "Team:Tianjin/css/text"

(Blanked the page)
Line 1: Line 1:
 +
p{display: inline;}
 +
::selection{
 +
color: white;
 +
background-color: rgba(0,0,0,0.1);
 +
}
 +
sup{
 +
color: blue;
 +
}
 +
.titleBox{
 +
padding-top: 200px;
 +
}
 +
.textCon{
 +
padding-left: 100px;
 +
padding-right: 100px;
 +
}
 +
.title{
 +
text-align: center;
 +
    font-weight: 400;
 +
    font-family: 'Quicksand', sans-serif;
 +
    text-align: center;
 +
    border-bottom: none;
 +
}
 +
.title-big{
 +
font-size: 3em;
 +
}
 +
.title-normal{
 +
font-size: 2em;
 +
margin-bottom:25px;
 +
color: #5265F0;
 +
}
 +
.title-small{
 +
font-size: 1.8em;
 +
color: #222;
 +
font-family: 'Mysteries of Passion Personal Use',sans-serif;
 +
}
 +
.partition{
 +
padding-top: 130px;
 +
}
 +
.text{
 +
margin-top: 25px;
 +
margin-bottom: 50px;
 +
font-weight: 400 !important;
 +
    font-size: 18px !important;
 +
    line-height: 1.5;
 +
}
 +
.picture{
 +
margin-top: 25px;
 +
}
  
 +
.panel-title a{
 +
text-decoration: none;
 +
color: white;
 +
}
 +
 +
.navbar-collapse{
 +
font-family: 'Rounded Rough',sans-serif !important;
 +
font-size: 20px !important;
 +
}
 +
.panel-body{border-top:1px solid #ddd;}
 +
 +
.reference{
 +
width:  100%;margin: auto;
 +
/*box-shadow: 0 9px 3px 0 rgba(0,0,0,0.23), 0 4px 10px 0 rgba(0,0,0,0.13), 0 -3px 2px 3px rgba(0,0,0,0.22);*/
 +
padding: 15px;margin-top:  20px;
 +
}
 +
.reftext{
 +
font-size: 18px;
 +
    line-height: 28px;
 +
    margin-top: 10px;
 +
    font-family: Courier, monospace;
 +
    padding-top: 10px;
 +
}
 +
.reftext>a{
 +
text-decoration: none;
 +
color: black;
 +
    line-height: 40px;
 +
}
 +
.reftext>a:hover{
 +
color: #5b759d;
 +
}
 +
.text-panel{
 +
border: transparent solid 1px;
 +
/*box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.18824);*/
 +
}
 +
.panel-group{
 +
    margin-bottom: 3px;
 +
}
 +
.text-pan-heading{
 +
background: #79acdd;
 +
overflow: hidden;
 +
padding-top:  20px;
 +
padding-bottom:  20px;
 +
padding-left: 15px;
 +
border-top-left-radius: 3px;
 +
border-top-right-radius: 3px;
 +
}
 +
.panel-title{
 +
font-size: 19px;
 +
}
 +
.panel-collapse{
 +
background: linear-gradient(rgba(91,117,157,0.4), rgba(121,172,221,0.3));
 +
}
 +
.panel-top{
 +
border-top-left-radius: 25px;
 +
    border-top-right-radius: 25px;
 +
}
 +
.panel-bottom{
 +
border-bottom-left-radius: 25px;
 +
    border-bottom-right-radius: 25px;
 +
    transition: 0.5s;
 +
    overflow: hidden;
 +
}
 +
.panel-show{
 +
border-bottom-left-radius:0!important;
 +
border-bottom-right-radius: 0!important;
 +
transition: 0s;
 +
}

Revision as of 05:39, 5 October 2018

p{display: inline;}

selection{

color: white; background-color: rgba(0,0,0,0.1); } sup{ color: blue; } .titleBox{ padding-top: 200px; } .textCon{ padding-left: 100px; padding-right: 100px; } .title{ text-align: center;

   font-weight: 400;
   font-family: 'Quicksand', sans-serif;
   text-align: center;
   border-bottom: none;

} .title-big{ font-size: 3em; } .title-normal{ font-size: 2em; margin-bottom:25px; color: #5265F0; } .title-small{ font-size: 1.8em; color: #222; font-family: 'Mysteries of Passion Personal Use',sans-serif; } .partition{ padding-top: 130px; } .text{ margin-top: 25px; margin-bottom: 50px; font-weight: 400 !important;

   font-size: 18px !important;
   line-height: 1.5;

} .picture{ margin-top: 25px; }

.panel-title a{ text-decoration: none; color: white; }

.navbar-collapse{ font-family: 'Rounded Rough',sans-serif !important; font-size: 20px !important; } .panel-body{border-top:1px solid #ddd;}

.reference{ width: 100%;margin: auto; /*box-shadow: 0 9px 3px 0 rgba(0,0,0,0.23), 0 4px 10px 0 rgba(0,0,0,0.13), 0 -3px 2px 3px rgba(0,0,0,0.22);*/ padding: 15px;margin-top: 20px; } .reftext{ font-size: 18px;

   line-height: 28px;
   margin-top: 10px;
   font-family: Courier, monospace;
   padding-top: 10px;

} .reftext>a{ text-decoration: none; color: black;

   line-height: 40px;

} .reftext>a:hover{ color: #5b759d; } .text-panel{ border: transparent solid 1px; /*box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.18824);*/ } .panel-group{

   margin-bottom: 3px;

} .text-pan-heading{ background: #79acdd; overflow: hidden; padding-top: 20px; padding-bottom: 20px; padding-left: 15px; border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel-title{ font-size: 19px; } .panel-collapse{ background: linear-gradient(rgba(91,117,157,0.4), rgba(121,172,221,0.3)); } .panel-top{ border-top-left-radius: 25px;

   border-top-right-radius: 25px;

} .panel-bottom{ border-bottom-left-radius: 25px;

   border-bottom-right-radius: 25px;
   transition: 0.5s;
   overflow: hidden;

} .panel-show{ border-bottom-left-radius:0!important; border-bottom-right-radius: 0!important; transition: 0s; }