|
|
第1行: |
第1行: |
| .shortcutbox { | | .module-shortcutboxplain { |
| float:right;
| |
| border:1px solid #aaa;
| |
| background:#fff;
| |
| margin:0 0 0 1em;
| |
| padding:.3em 0 .2em .3em;
| |
| text-align:center;
| |
| font-size:85%;
| |
| font-weight:bold;
| |
| white-space: nowrap;
| |
| }
| |
| | |
| .shortcutbox-left {
| |
| float:left;
| |
| }
| |
| | |
| .shortcutbox-ombox {
| |
| float: right; | | float: right; |
| border-left: 1px solid #aaa; | | margin: 0 0 0 1em; |
| padding: .4em 0em .4em 1em; | | border: 1px solid #aaa; |
| text-align: center; | | background: #fff; |
| line-height: 1.4em;
| | padding: 0.3em 0.6em 0.2em 0.6em; |
| font-weight: bold;
| | text-align: center; |
| font-size: smaller; | | font-size: 85%; |
| white-space: nowrap;
| |
| } | | } |
|
| |
|
| .shortcutlist { | | .module-shortcutboxleft { |
| display:inline-block; | | float: left; |
| border-bottom:1px solid #aaa;
| | margin: 0 1em 0 0; |
| margin-bottom:.2em; | |
| font-weight: normal;
| |
| } | | } |
|
| |
|
| .shortcut-anchordiv { | | .module-shortcutlist { |
| position:relative; | | display: inline-block; |
| top:-3em; | | border-bottom: 1px solid #aaa; |
| | margin-bottom: 0.2em; |
| } | | } |
|
| |
|
| .module-shortcutboxplain { | | .module-shortcutboxplain ul { |
| float:right;
| | font-weight: bold; |
| border:1px solid #aaa;
| |
| background:#fff;
| |
| margin:0 0 0 1em;
| |
| padding:.3em 0 .2em .6em;
| |
| text-align:center;
| |
| font-size:85%;
| |
| font-weight:bold; | |
| white-space: nowrap;
| |
| } | | } |
|
| |
|
| .module-shortcutboxplain-left { | | .module-shortcutanchordiv { |
| float:left;
| | position: relative; |
| }
| | top: -3em; |
| | |
| .module-omboxshortcutplain {
| |
| float: right; | |
| border-left: 1px solid #aaa;
| |
| padding: .4em 0em .4em 1em; | |
| text-align: center;
| |
| line-height: 1.4em;
| |
| font-weight: bold;
| |
| font-size: smaller;
| |
| white-space: nowrap;
| |
| } | | } |
|
| |
|
| .module-shortcutlist { | | li .module-shortcutanchordiv { |
| display:inline-block; | | float: right; /* IE/Edge in list items */ |
| border-bottom:1px solid #aaa;
| |
| margin-bottom:.2em;
| |
| font-weight: normal;
| |
| } | | } |
|
| |
|
| .module-shortcutanchordiv { | | .mbox-imageright .module-shortcutboxplain { |
| position:relative; | | padding: 0.4em 1em 0.4em 1em; |
| top:-3em; | | line-height: 1.3; |
| | margin: 0; |
| } | | } |