| 1 |
wakaba |
1.1 |
section, article, menu { |
| 2 |
|
|
display: block; |
| 3 |
|
|
margin: 0; |
| 4 |
|
|
padding: 0; |
| 5 |
|
|
} |
| 6 |
|
|
|
| 7 |
|
|
.sbs-container { |
| 8 |
|
|
display: block; |
| 9 |
|
|
position: absolute; |
| 10 |
|
|
} |
| 11 |
|
|
|
| 12 |
|
|
.sbs-container.sbs-without-refelement { |
| 13 |
|
|
position: fixed; |
| 14 |
|
|
bottom: 1em; |
| 15 |
|
|
right: 1em; |
| 16 |
|
|
} |
| 17 |
|
|
|
| 18 |
|
|
.sbs-selected { |
| 19 |
|
|
outline: 2px blue dotted !important; |
| 20 |
|
|
} |
| 21 |
|
|
|
| 22 |
|
|
.mm-container { |
| 23 |
|
|
display: block; |
| 24 |
|
|
padding-bottom: 2em; |
| 25 |
|
|
background-color: white; |
| 26 |
|
|
width: 20em; |
| 27 |
|
|
min-height: 5em; |
| 28 |
|
|
} |
| 29 |
|
|
|
| 30 |
|
|
.mm-container menu { |
| 31 |
|
|
position: absolute; |
| 32 |
|
|
bottom: 0; |
| 33 |
|
|
left: 0; |
| 34 |
|
|
right: 0; |
| 35 |
|
|
text-align: center; |
| 36 |
|
|
} |
| 37 |
|
|
|
| 38 |
|
|
/* ***** BEGIN LICENSE BLOCK ***** |
| 39 |
|
|
* Copyright 2008-2009 Wakaba <[email protected]>. All rights reserved. |
| 40 |
|
|
* |
| 41 |
|
|
* This program is free software; you can redistribute it and/or |
| 42 |
|
|
* modify it under the same terms as Perl itself. |
| 43 |
|
|
* |
| 44 |
|
|
* Alternatively, the contents of this file may be used |
| 45 |
|
|
* under the following terms (the "MPL/GPL/LGPL"), |
| 46 |
|
|
* in which case the provisions of the MPL/GPL/LGPL are applicable instead |
| 47 |
|
|
* of those above. If you wish to allow use of your version of this file only |
| 48 |
|
|
* under the terms of the MPL/GPL/LGPL, and not to allow others to |
| 49 |
|
|
* use your version of this file under the terms of the Perl, indicate your |
| 50 |
|
|
* decision by deleting the provisions above and replace them with the notice |
| 51 |
|
|
* and other provisions required by the MPL/GPL/LGPL. If you do not delete |
| 52 |
|
|
* the provisions above, a recipient may use your version of this file under |
| 53 |
|
|
* the terms of any one of the Perl or the MPL/GPL/LGPL. |
| 54 |
|
|
* |
| 55 |
|
|
* "MPL/GPL/LGPL": |
| 56 |
|
|
* |
| 57 |
|
|
* Version: MPL 1.1/GPL 2.0/LGPL 2.1 |
| 58 |
|
|
* |
| 59 |
|
|
* The contents of this file are subject to the Mozilla Public License Version |
| 60 |
|
|
* 1.1 (the "License"); you may not use this file except in compliance with |
| 61 |
|
|
* the License. You may obtain a copy of the License at |
| 62 |
|
|
* <http://www.mozilla.org/MPL/> |
| 63 |
|
|
* |
| 64 |
|
|
* Software distributed under the License is distributed on an "AS IS" basis, |
| 65 |
|
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License |
| 66 |
|
|
* for the specific language governing rights and limitations under the |
| 67 |
|
|
* License. |
| 68 |
|
|
* |
| 69 |
|
|
* The Original Code is JSTE code. |
| 70 |
|
|
* |
| 71 |
|
|
* The Initial Developer of the Original Code is Wakaba. |
| 72 |
|
|
* Portions created by the Initial Developer are Copyright (C) 2008 |
| 73 |
|
|
* the Initial Developer. All Rights Reserved. |
| 74 |
|
|
* |
| 75 |
|
|
* Contributor(s): |
| 76 |
|
|
* Wakaba <[email protected]> |
| 77 |
|
|
* |
| 78 |
|
|
* Alternatively, the contents of this file may be used under the terms of |
| 79 |
|
|
* either the GNU General Public License Version 2 or later (the "GPL"), or |
| 80 |
|
|
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), |
| 81 |
|
|
* in which case the provisions of the GPL or the LGPL are applicable instead |
| 82 |
|
|
* of those above. If you wish to allow use of your version of this file only |
| 83 |
|
|
* under the terms of either the GPL or the LGPL, and not to allow others to |
| 84 |
|
|
* use your version of this file under the terms of the MPL, indicate your |
| 85 |
|
|
* decision by deleting the provisions above and replace them with the notice |
| 86 |
|
|
* and other provisions required by the LGPL or the GPL. If you do not delete |
| 87 |
|
|
* the provisions above, a recipient may use your version of this file under |
| 88 |
|
|
* the terms of any one of the MPL, the GPL or the LGPL. |
| 89 |
|
|
* |
| 90 |
|
|
* ***** END LICENSE BLOCK ***** */ |