Advertisement
Guest User

Designer News Responsive CSS Style

a guest
Aug 2nd, 2013
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.74 KB | None | 0 0
  1. body {
  2.     width:100%;
  3. }
  4.  
  5. #Header {
  6.     width:100%;
  7. }
  8.  
  9. #Header #Navigation .Content {
  10.     width:100%;
  11. }
  12.  
  13. .RegisterLink {
  14.     display:none;
  15. }
  16.  
  17. #Header #Account {
  18.     width: 100%;
  19. }
  20.  
  21. #Header #Account form {
  22.     width: 100%;
  23.     height:70px;
  24. }
  25.  
  26. #NavigationLinks,.Content {
  27.     width:100%;
  28. }
  29.  
  30. #Header #Account form input {
  31.     width:33%;
  32.     float:left;
  33.     margin: 0 5px 0 0;
  34. }
  35.  
  36. #Header #Navigation .Content #NavigationLinks a {
  37.     font-size:9pt;
  38. }
  39. #Header #Navigation .Content #NavigationLinks a.JobsButton {
  40.     margin-left: 9px;
  41. }
  42. #Header #Navigation .Content #NavigationLinks a.SubmitStoryButton {
  43.     margin-left: 4px;
  44. }
  45.  
  46. #Header #Navigation .Content #NavigationLinks a {
  47.     margin: 0 0 0 6px;
  48. }
  49.  
  50. #Header #Navigation .Content #NavigationLinks a:first-child {
  51.     margin-left: 15px;
  52. }
  53.  
  54.  
  55. #Header #Navigation .Content #NavigationLinks {
  56.     width: 100%;
  57. }
  58.  
  59.  
  60. .Frontpage .InnerPage, #MOTD, .Newest .InnerPage, .Notifications .InnerPage, .Story .InnerPage, .Comment .InnerPage, .Jobs .Pagination, .Jobs .InnerPage {
  61.     width: 100%;
  62. }
  63.  
  64. #Header #Account form input.LoginSubmitButton {
  65.     float: right;
  66.     width: 72px;
  67.     text-align: left;
  68.     margin: 0 0px 0 0;
  69. }
  70.  
  71. #Header #Navigation .Content #NavigationLinks .Account {
  72.     min-width: 50px;
  73. }
  74.  
  75. .InnerPage ol li {
  76.     padding: 15px 31px 15px 70px;
  77.     margin: -2px;
  78. }
  79.  
  80. .InnerPage ol li .Domain {
  81.     word-wrap:break-word;
  82. }
  83.  
  84. .InnerPage .Badge.Apple,.InnerPage .Badge.Flat, .InnerPage .Badge.SiteDesign, .InnerPage .Badge.CSS, .InnerPage .Badge.Ask {
  85.     background-size: 30px;
  86. }
  87.  
  88. .InnerPage ol li .StoryUrl {
  89.     font-size: 11pt;
  90. }
  91.  
  92. .InnerPage {
  93.     margin:0px auto;
  94. }
  95.  
  96. .InnerPage .Badge {
  97.     background-size: 30px;
  98.     margin-left: -46px;
  99.     margin-top: 26px;
  100.     width: 30px;
  101.     height: 30px;
  102. }
  103.  
  104. #Footer {
  105.     width:100%;
  106. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement