Ignore:
Timestamp:
Mar 14, 2012, 2:50:34 PM (12 years ago)
Author:
plg
Message:

import theme Simple version 2.5

  • use media queries to adapt layout for small screens
  • remove arbitrary limit on width: the picture will simply be partially hidden if too wide
  • update password.tpl
  • add MENUBAR on all pages
  • Spelling correction in README
  • update url
  • bugfix for the feature 'open external links in new window' for menubar links
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple/content.css

    r13554 r13555  
    3434#the_page {
    3535  width: 85%;
    36   min-width: 960px;
    3736  margin: 0 auto;
    3837  padding: 0;
     
    291290  float: right;
    292291  clear: right;
    293   width: 180px;
    294   margin: 0 10px;
     292  width: 25%;
    295293}
    296294
     
    309307
    310308#theImage {
     309  float: left;
     310  width: 75%;
    311311  text-align: center;
    312312  padding: 1em 0 2em;
    313313  margin: auto;
     314  overflow: hidden;
    314315}
    315316
     
    435436
    436437.personal_block { padding: 0 !important; }
     438
     439
     440/*  */
     441
     442@media only screen and (max-width: 957px) {
     443  #the_page {
     444    width: 100%;
     445    margin: 0;
     446  }
     447
     448  #thePicturePage #content {
     449    position: relative;
     450  }
     451
     452  #theHeader { margin: 0 1em; }
     453  .titrePage { margin: 1em; }
     454
     455  #theImage {
     456    width: 100%;
     457    float: none;
     458  }
     459
     460  #imageInfoBar {
     461    float: none;
     462    clear: both;
     463    width: 100%;
     464    margin: 0 10px;
     465  }
     466  #navThumbPrev, #navThumbNext {
     467    float: left;
     468    margin: 1em;
     469  }
     470}
     471
Note: See TracChangeset for help on using the changeset viewer.