Difference between revisions of "Template:CCU Taiwan"

Line 592: Line 592:
  
 
/*******************1549****************/
 
/*******************1549****************/
 +
/* Basic */
 +
 +
body {
 +
background: #f0f4f4;
 +
color: #5b5b5b;
 +
font-size: 15pt;
 +
line-height: 1.85em;
 +
font-family: 'Source Sans Pro', sans-serif;
 +
font-weight: 300;
 +
}
 +
 +
body.is-loading *, body.is-loading *:after, body.is-loading *:before {
 +
-moz-transition: none !important;
 +
-webkit-transition: none !important;
 +
-ms-transition: none !important;
 +
transition: none !important;
 +
-moz-animation: none !important;
 +
-webkit-animation: none !important;
 +
-ms-animation: none !important;
 +
animation: none !important;
 +
}
 +
 +
input, textarea, select {
 +
font-size: 15pt;
 +
line-height: 1.85em;
 +
font-family: 'Source Sans Pro', sans-serif;
 +
font-weight: 300;
 +
}
 +
 +
h1, h2, h3, h4, h5, h6 {
 +
font-weight: 400;
 +
color: #483949;
 +
line-height: 1.25em;
 +
}
 +
 +
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
 +
color: inherit;
 +
text-decoration: none;
 +
border-bottom-color: transparent;
 +
}
 +
 +
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
 +
font-weight: 600;
 +
}
 +
 +
h2 {
 +
font-size: 2.85em;
 +
}
 +
 +
h3 {
 +
font-size: 1.25em;
 +
}
 +
 +
h4 {
 +
font-size: 1em;
 +
margin: 0 0 0.25em 0;
 +
}
 +
 +
strong, b {
 +
font-weight: 400;
 +
color: #483949;
 +
}
 +
 +
em, i {
 +
font-style: italic;
 +
}
 +
 +
a {
 +
color: inherit;
 +
border-bottom: solid 1px rgba(128, 128, 128, 0.15);
 +
text-decoration: none;
 +
-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
 +
-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
 +
-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
 +
transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
 +
}
 +
 +
a:hover {
 +
color: #ef8376;
 +
border-bottom-color: transparent;
 +
}
 +
 +
sub {
 +
position: relative;
 +
top: 0.5em;
 +
font-size: 0.8em;
 +
}
 +
 +
sup {
 +
position: relative;
 +
top: -0.5em;
 +
font-size: 0.8em;
 +
}
 +
 +
blockquote {
 +
border-left: solid 0.5em #ddd;
 +
padding: 1em 0 1em 2em;
 +
font-style: italic;
 +
}
 +
 +
p, ul, ol, dl, table {
 +
margin-bottom: 1em;
 +
}
 +
 +
p {
 +
text-align: justify;
 +
}
 +
 +
br.clear {
 +
clear: both;
 +
}
 +
 +
hr {
 +
position: relative;
 +
display: block;
 +
border: 0;
 +
top: 4.5em;
 +
margin-bottom: 9em;
 +
height: 6px;
 +
border-top: solid 1px rgba(128, 128, 128, 0.2);
 +
border-bottom: solid 1px rgba(128, 128, 128, 0.2);
 +
}
 +
 +
hr:before, hr:after {
 +
content: '';
 +
position: absolute;
 +
top: -8px;
 +
display: block;
 +
width: 1px;
 +
height: 21px;
 +
background: rgba(128, 128, 128, 0.2);
 +
}
 +
 +
hr:before {
 +
left: -1px;
 +
}
 +
 +
hr:after {
 +
right: -1px;
 +
}
 +
 +
.timestamp {
 +
color: rgba(128, 128, 128, 0.75);
 +
font-size: 0.8em;
 +
}
 +
 +
/******************1696*****************/
  
  

Revision as of 13:33, 25 July 2017

CCU_Taiwan