Projet

Général

Profil

Paste
Télécharger (1,15 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / adaptivetheme / at_subtheme / css / responsive.smalltouch.portrait.css @ 87dbc3bf

1
/*
2
 *   Important Information about this CSS File
3
 *
4
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
5
 *   everything) and the file will be skipped when you enable Production Mode in
6
 *   the Global theme settings.
7
 *
8
 * - Read the _README file in this directory, it contains useful help and other information.
9
 */
10

    
11
/* Increase the default font size on small touch devices */
12
body {
13
  font-size: 100%;
14
}
15

    
16
/* =============================================================================
17
 *   Mobile Menu Toggle
18
 *   See your theme settings extensions for how to enable the menu toggle.
19
 *   These are example styles for the menu toggle menu, you can use these in the
20
 *   relevant responsive stylesheets as required. Modify to suit your design.
21
 * ========================================================================== */
22
/* The toggle link */
23
.at-mt .at-menu-toggle h2 {
24
  margin-bottom: 5px;
25
}
26

    
27
.at-mt .at-menu-toggle h2 a {
28
  background: #eee;
29
  border: 2px solid #ccc;
30
  padding: 2px 10px;
31
}
32

    
33
/* Menu items */
34
.at-mt .at-menu-toggle ul.menu li a {
35
  background: #eee;
36
  border-bottom: 1px solid #fff;
37
}