latest.css 3.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. #latest{-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:20px}#latest table{margin-left:auto;margin-right:auto;border:1px solid #333}#latest table caption{caption-side:top;color:#bbb}#latest table caption span{font-size:15px}#latest table caption select{width:auto;display:inline-block}#latest table caption select:last-child{margin-left:5px}#latest table thead tr{border:1px solid #333}#latest table thead tr th{text-align:center;border-bottom:none;background-color:#133a46}#latest table tbody tr:hover td,#latest table tbody tr:focus td{background-color:#1a1e21}#latest table tbody tr th,#latest table tbody tr td{text-align:center;vertical-align:middle}#latest table tbody tr td{font-size:13px}#latest table tbody tr td label{margin-right:5px}#latest table tbody tr td label a{color:#cbd5e0}#latest table tbody tr td del,#latest table tbody tr td a{font-size:14px;font-weight:normal;color:#b3b3b3}#latest table tbody tr td var{color:#a00;font-style:normal;margin-left:3px;letter-spacing:-1px;vertical-align:middle}#latest table tbody tr td i{color:#cbd5e0;margin-left:3px;vertical-align:-1px}#latest table tbody tr td span{font-size:10px;margin-left:3px;vertical-align:middle}#latest table tfoot tr td{border-bottom:none}#latest table tfoot tr td nav ul{margin-bottom:0}#latest figure{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;text-align:center}#latest figure>a{position:relative;display:block;min-width:140px;min-height:140px;max-height:160px;margin:0}#latest figure>a img{position:absolute;width:100%;top:0;left:0}#latest figure>a img:hover{-webkit-filter:drop-shadow(2px 2px 4px #969696);filter:drop-shadow(2px 2px 4px #969696)}#latest figure>a:hover,#latest figure>a:focus{text-decoration:underline}#latest figure figcaption{margin:5px 0}#latest figure figcaption>a{display:initial}#latest figure figcaption>a:focus,#latest figure figcaption>a:hover{text-decoration:underline}#latest figure figcaption label{margin-right:5px}#latest figure figcaption label a{color:#cbd5e0}#latest figure figcaption del,#latest figure figcaption a{font-size:14px;font-weight:normal;color:#b3b3b3}#latest figure figcaption var{color:#a00;font-style:normal;margin-left:3px;letter-spacing:-1px;vertical-align:middle}#latest figure figcaption i{color:#cbd5e0;margin-left:3px;vertical-align:-1px}#latest figure figcaption span{font-size:10px;margin-left:3px;vertical-align:middle}#latest figure strong{font-weight:500;margin-bottom:3px;display:block}#latest figure ul{list-style:none;padding-left:0;margin:0}#latest figure ul li{display:inline-block;font-size:13px}#latest figure ul li:first-child::before{display:none}#latest figure ul li::before{content:"";display:inline-block;width:2px;height:2px;margin:0 5px 4px 2px;border-radius:2px;background-color:#616670}n-left: 3px;
  2. vertical-align: -1px;
  3. }
  4. #latest figure figcaption span {
  5. font-size: 10px;
  6. margin-left: 3px;
  7. vertical-align: middle;
  8. }
  9. #latest figure strong {
  10. font-weight: 500;
  11. margin-bottom: 3px;
  12. display: block;
  13. }
  14. #latest figure ul {
  15. list-style: none;
  16. padding-left: 0;
  17. margin: 0;
  18. }
  19. #latest figure ul li {
  20. display: inline-block;
  21. font-size: 13px;
  22. }
  23. #latest figure ul li:first-child::before {
  24. display: none;
  25. }
  26. #latest figure ul li::before {
  27. content: "";
  28. display: inline-block;
  29. width: 2px;
  30. height: 2px;
  31. margin: 0 5px 4px 2px;
  32. border-radius: 2px;
  33. background-color: #616670;
  34. }