Difference between revisions of "Template:CCU Taiwan/css"

(Undo revision 364103 by Allen850413 (talk))
Line 1,176: Line 1,176:
 
#judge {
 
#judge {
 
   margin-left:30vw;
 
   margin-left:30vw;
 +
}
 +
 +
.st {
 +
  list-style-type:disc;
 
}
 
}
  
Line 1,269: Line 1,273:
  
 
.thecard p {
 
.thecard p {
 +
  font-size: 13px;
 +
}
 +
 +
 +
.thecard1 p {
 
   font-size: 13px;
 
   font-size: 13px;
 
}
 
}
Line 1,278: Line 1,287:
  
 
a:hover .thecard {
 
a:hover .thecard {
 +
  box-shadow: 0 10px 50px rgba(0,0,0,.6);
 +
}
 +
 +
a:hover .thecard1 {
 
   box-shadow: 0 10px 50px rgba(0,0,0,.6);
 
   box-shadow: 0 10px 50px rgba(0,0,0,.6);
 
}
 
}
Line 1,290: Line 1,303:
 
   transition: 400ms ease;
 
   transition: 400ms ease;
 
   display: inline-block;
 
   display: inline-block;
 +
  align: top;
 
}
 
}
  
 +
.thecard1 {
 +
  width: 300px;
 +
  margin-left: 10px!important;
 +
  box-shadow: 0 1px 30px rgba(0,0,0,.4);
 +
  display: block;
 +
  background-color: #fff;
 +
  border-radius: 4px;
 +
  transition: 400ms ease;
 +
  display: inline-block;
 +
  align: top;
 +
}
 
.card-img {
 
.card-img {
 
   height: 225px;
 
   height: 225px;
Line 1,340: Line 1,365:
  
 
.thecard h5 {
 
.thecard h5 {
 +
  margin:0;
 +
}
 +
 +
 +
.thecard1 span.date {
 +
  font-size: 10px;
 +
}
 +
 +
.thecard1 h1 {
 +
  font-size: 22px;
 +
}
 +
 +
.thecard1 h5 {
 
   margin:0;
 
   margin:0;
 
}
 
}
Line 1,376: Line 1,414:
  
 
.thecard .card {
 
.thecard .card {
 +
    margin-left: 0!important;
 +
    padding-left: 0!important;
 +
    text-align: left!important;
 +
}
 +
 +
.thecard1 .card {
 
     margin-left: 0!important;
 
     margin-left: 0!important;
 
     padding-left: 0!important;
 
     padding-left: 0!important;

Revision as of 16:09, 16 October 2018