[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/theme/canvas/style/ -> blocks.css (source)

   1  .block {
   2      padding: 0;
   3  }
   4  
   5  .block .footer {
   6      margin-top: 10px;
   7      margin-bottom: 0;
   8      text-align: center;
   9  }
  10  
  11  .block_action .reloadnavigation {
  12      margin-right: 3px;
  13  }
  14  
  15  .block .header .commands .icon {
  16      padding-left: 2px;
  17      padding-right: 2px;
  18      margin-right: 2px;
  19  }
  20  
  21  .block h3 {
  22      padding: 0.5em 0;
  23      text-align: left;
  24      font-size: 1.1em;
  25  }
  26  
  27  .dir-rtl .block h3 {
  28      text-align: right;
  29  }
  30  
  31  /* Login
  32  ------------------------------*/
  33  
  34  .block_login .content {
  35      padding: 5px 10% 5px 0;
  36  }
  37  
  38  .block_login #login_username,
  39  .block_login #login_password {
  40      width: 90%;
  41      margin-bottom: 0.5em;
  42      padding: 2px 5px;
  43  }
  44  
  45  .block_login .btn {
  46      margin-top: 1em;
  47  }
  48  
  49  .block_login .footer {
  50      text-align: left;
  51  }
  52  
  53  .dir-rtl .block_login .footer {
  54      text-align: right;
  55  }
  56  
  57  /* News
  58  -------------------------------*/
  59  
  60  .block_news_items .newlink {
  61      text-align: center;
  62      margin-bottom: 5px;
  63  }
  64  
  65  .block_news_items .post .head {
  66      font-style: italic;
  67      font-size: 0.9em;
  68      margin-top: 10px;
  69  }
  70  
  71  .block_news_items .post .date {
  72      float: right;
  73      text-align: right;
  74  }
  75  
  76  .block_news_items .post .name {
  77      float: left;
  78      color: #555;
  79  }
  80  
  81  /* Calendar
  82  --------------------------------*/
  83  
  84  .block_calendar_upcoming .event {
  85      font-weight: bold;
  86  }
  87  
  88  .block_calendar_upcoming .date {
  89      font-weight: normal;
  90      font-size: 0.85em;
  91      font-style: italic;
  92      margin-left: 20px;
  93  }
  94  
  95  .block_recent_activity .activitydate {
  96      font-size: 0.9em;
  97      color: #444;
  98      margin-bottom: 5px;
  99  }
 100  
 101  .block_recent_activity .activityhead {
 102      font-size: 0.95em;
 103      margin: 0.5em 0;
 104  }
 105  
 106  /* Messages and Online Users
 107  -------------------------------*/
 108  
 109  .block_messages .info,
 110  .block_online_users .info {
 111      text-align: center;
 112      font-size: 0.85em;
 113      color: #444;
 114      margin-bottom: 7px;
 115  }
 116  
 117  /* Blog Menu
 118  ------------------------------*/
 119  
 120  .block_blog_menu .list li {
 121      font-size: 0.9em;
 122      margin: 0.25em 0;
 123  }
 124  
 125  /* Add block
 126  ------------------------------*/
 127  
 128  .block_adminblock .content .singleselect {
 129      text-align: left;
 130  }


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1