Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.77 KB | None | 0 0
  1. #newwriteups li {
  2.   position: relative;
  3. }
  4. #newwriteups li, #newwriteups .hide {
  5.   display: block;
  6.   clear: both;
  7. }
  8. #newwriteups cite {
  9.   display: block;
  10.   height: 0;
  11.   overflow: none;
  12.   visibility: hidden;
  13. }
  14. #newwriteups cite .author {
  15.   display:block;
  16.   float:left;
  17.   text-align:center;
  18.   visibility:visible;
  19.   width:100%;
  20.   background-color:#CCCC99;
  21.   font-weight: bold;
  22.   font-style: normal;
  23.   top: 0;
  24.   position: absolute;
  25. }
  26. #newwriteups .title {
  27.   display: inline-block;
  28.   text-align: left;
  29.   background: transparent;
  30.   font-weight: normal;
  31.   width: 70%;
  32.   margin-top: 1.2em;
  33. }
  34. #newwriteups .type {
  35.   margin-top: 1.2em;
  36. }
  37. #newwriteups .type, #newwriteups .hide {
  38.   display: inline-block;
  39.   float: right;
  40.   text-align: right;
  41.   width: 30%;
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement