Advertisement
Guest User

BETA CSS code for Easy Blogging Plugin (smartphone friendly)

a guest
Apr 19th, 2014
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.12 KB | None | 0 0
  1. /* BETA CODE for smartphone dimensions */
  2.  
  3. @media screen and (min-width: 320px) and (max-width: 480px) {
  4.     #wdeb-mode div#wpwrap {
  5.         min-width: 0;
  6.     }
  7.     #wdeb-mode #primary_right > div.inner {
  8.         width: 100%;
  9.         margin: 0;
  10.         float: none;
  11.         padding: 0 1%;
  12.     }
  13.     #wdeb-mode #primary_right {
  14.         float: none;
  15.         margin: 0;
  16.     }
  17.     #wdeb-mode #primary_left {
  18.         position: relative !important;
  19.         float: none;
  20.         width: 100%;
  21.         display: inline-block;
  22.     }
  23.     #wdeb-mode #primary_left #logo {
  24.         text-align: center;
  25.         width: 100%;
  26.         background-position: 50%;
  27. }
  28.  
  29.     #wdeb-mode #menu > ul {
  30.         width: 100%;
  31.         display: inline-block;
  32.         text-align: center;
  33.     }
  34.     #wdeb-mode #menu > ul > li {
  35.         width: 100%;
  36.         float: none;
  37.         display: inline-block;
  38.         max-width: 208px;
  39.     }
  40.     #wdeb-mode #menu > ul > li > a {
  41.         float: none;
  42.         margin: 0 auto;
  43.         display: block;
  44.     }
  45.     #wdeb-mode #menu ul li span {
  46.         padding: 0 10px !important;
  47.     }
  48.     #wdeb-mode #wpbody-content {
  49.         background-repeat: repeat;
  50.         background: #202020;
  51.     }
  52.     #wdeb-mode #primary_right {
  53.         background: white;
  54.         padding: 0 1%;
  55.     }
  56.     #wdeb-mode #primary_right > div.inner > div.wrap > .subsubsub {
  57.         width: 100%;
  58.         text-align: left;
  59. }
  60.     #wdeb-mode #posts-filter > p.search-box {
  61.         position: relative;
  62.         height: auto;
  63.         margin-bottom: 0px;
  64.     }
  65.     #wdeb-mode #primary_right a.add-new-h2, #wdeb-mode #primary_right .button, #wdeb-mode #primary_right
  66.  
  67. .button-primary, #wdeb-mode #primary_right .button-secodary, #wdeb-mode a.button_link, #wdeb-mode input
  68.  
  69. [type="submit"], #wdeb-mode input[type="reset"], #wdeb-mode .ui-dialog .ui-dialog-buttonpane button {
  70.         padding: 10px;
  71.     }
  72.     #wdeb-mode #primary_right a.add-new-h2:hover, #wdeb-mode #primary_right .button:hover, #wdeb-mode
  73.  
  74. #primary_right .button-primary:hover, #wdeb-mode #primary_right .button-secodary:hover, #wdeb-mode
  75.  
  76. a.button_link:hover, #wdeb-mode input[type="submit"]:hover, #wdeb-mode input[type="reset"]:hover, #wdeb-
  77.  
  78. mode .ui-dialog-buttonpane button:hover {
  79.         padding: 10px;
  80.     }
  81.     #wdeb-mode .tablenav .actions select {
  82.         font-size: 1.2em;
  83.         height: 37px;
  84.         margin-top: 2px;
  85.     }
  86.     #wdeb-mode .welcome-panel-column h4 {
  87.         margin-bottom: 20px;
  88.     }
  89.     #wdeb-mode .jetpack-text-container {
  90.         float: none;
  91.         width: 100%;
  92.         margin-bottom:10px;
  93.     }
  94.     #wdeb-mode div.wpmudev-new img {
  95.         float: none;
  96.     }
  97.     #wdeb-mode div.dev-content-wrapper {
  98.         text-align: center;
  99.     }
  100.     #wdeb-mode #post {
  101.         padding-right: 1%;
  102.     }
  103.     #wdeb-mode .categorydiv .tabs-panel {
  104.         padding-top: 18px !important;
  105.     }
  106.     #wdeb-mode #insert-media-button {
  107.         padding: 0 14px !important;
  108.     }
  109.     #wdeb-mode #new-tag-post_tag {
  110.         font-size: 14px;
  111.     }
  112.     #wdeb-mode #posts-filter {
  113.         padding-right: 1%;
  114.     }
  115. }
  116.  
  117. /* END OF BETA CODE */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement