diff options
Diffstat (limited to 'media/feincms/css/layout.css')
-rw-r--r-- | media/feincms/css/layout.css | 242 |
1 files changed, 0 insertions, 242 deletions
diff --git a/media/feincms/css/layout.css b/media/feincms/css/layout.css deleted file mode 100644 index d7be020..0000000 --- a/media/feincms/css/layout.css +++ /dev/null @@ -1,242 +0,0 @@ - -#overview { - background-color:none; - padding:5px 0px 0px 5px; - margin:10px 0px 0px 10px; -} - -#content { - background-color:#fff; - margin-bottom:0px; - width:745px; -} - -.navi_tab { - float:left; - padding: 3px 10px 3px 10px; - cursor:pointer; - border: 1px solid #aaa; - border-bottom:none; - min-width:100px; -} -.tab_active { - height:16px; - font-weight: bold; - background-image:url('../img/default-bg.gif'); - color: white; -} -.tab_inactive { - margin-top:4px; - height:12px; - font-weight: normal; - background-image:none; - color: black; -} -#main_wrapper {margin-left:15px;} -#main { - clear:both; - padding: 10px 10px 10px 10px; - border: 1px solid #aaa; -} -.panel { - display:none; - position:relative; - padding-bottom:50px; -} - - -lab { font-weight: bold; margin-right:5px;} -span { margin-right: 5px;} - -.order-machine { - margin-bottom:10px; -} - -.order-item { - margin: 5px 15px 10px 5px; - background: #eee; - position:relative; - width:700px; - min-height:24px; - border: 1px solid #678; -} -.order-item span { - font-weight:bold; - margin-left:5px; -} -.order-item .handle { - float: left; - margin-top:2px; - cursor: move; -} -.item-content { - padding: 0px 10px 0px 15px; - margin-right:5px; - clear:both; - margin-left:10px; -} -.item-header { - padding: 3px 10px 3px 15px; - margin-left:10px; - margin-top:1px; -} -.item-header span { - margin-right:10px; - float:left; - font-weight: strong; -} -.item-delete { - cursor:pointer; - float:right; - margin:3px 0px 0px 5px; -} -.active-item { - border: 1px solid #00a; - background-color:#def; -} -.button { - margin:5px; padding:5px; - font-weight: bold; - background-image:url('../img/nav-bg.gif'); - cursor:pointer; - border: 1px solid #678; - width:30px; -} -th { vertical-align: middle; } - -#test-log { padding: 5px; border: 1px solid #ccc; } - -#overview span { margin-right:15px; margin-left:5px;} - -.richtextcontent {display:none;} - -textarea { - width: 100%; - margin-top:5px; - margin-bottom:5px; -} - -.item-minimize { - width: 15px; - height:15px; - float: left; - cursor: pointer; - margin-left:-17px; -} - -.item-minimize-disabled { - width: 15px; - height:15px; - float: left; - margin-left:-17px; -} - -.machine-control { - height:50px; - padding: 5px 0px 5px 0px; - border: 1px solid #678; - background-color:#ddd; - width:728px; - position:absolute; - left:-11px; - bottom:-21px; -} - -.control-unit { - float:left; - padding-left:15px; - padding-right:10px; - border-right: 1px solid #678; -} - -.control-unit span { - font-weight:bold; - margin-left:5px; -} - -hr { - color: #f00; - background-color: #bbb; - height: 1px; - margin-top: 5px; - margin-bottom: 5px; -} - -.empty-machine-msg { - margin:10px 0px 5px 300px; - font-style: italic; - font-size:14px; - color:#999; -} - -td span select { - width:600px; -} - -.popup_bg { - width:100%; height:100%; - background-color:white; - opacity: 0.5; - filter:alpha(opacity=50); - position:absolute; - top:0px; left:0px; -} - -#sitetree { - margin-left: 20px; - margin-top: 20px; - padding: 0px; -} - -.title-col { - position:relative; - z-index:2; - background-color:none; -} -td div.wrap { - border: 0px solid #000; - margin: -5px; - padding: 4px; - position:relative; -} - -.insert-as-child { - position:absolute; - bottom:-3px; - left: 15px; - height:15px; - width:100%; - border: 0px solid #0f0; -} -.insert-as-sibling { - position:absolute; - top:0px; - left: 15px; - height:10px; - width:100%; - border: 0px solid #f00; -} - -.nohover { - background-color: #eef; -} - -.flash { - background-color: #afa; -} - -.hover-as-child { - background-color:#cdf; -} - -.hover-as-sibling { - border: 1px solid #aee; -} - -.move-node { - cursor: move; - margin-left:5px; -} -.del-page { - cursor: pointer; -} |