@import url("../static/css/bootstrap.min.css"); .wrapper.wp-notes { width:auto; background: transparent; } .panel-title a.x-tooltip { font-size: 12px; color: #48b; margin-left: 10px; } .panel-title a.x-tooltip.x-newnote { color:#f00; } .panel-title a.x-tooltip:hover { text-decoration: underline; } .x-toolbox { margin-left: 50px; } .x-toolbox .x-line { font-size: 12px; margin-left: 10px; color: #bbb; } .x-wrapper { position: relative; color: #666; } .x-wrapper .x-sidebar { position: absolute; left: 0; top:0; width: 300px; bottom: 0; background: #fefefe; border-right: 1px solid #ddd; } .x-wrapper #main { margin-left:300px; padding: 20px; min-height: 500px; } .x-sidebar .x-tools { background: #f1f1f1; padding: 2px 10px; text-align: right; border-bottom: 1px solid #ccc; } .x-sidebar .x-tools a{ color:#48b; font-size: 12px; } .x-sidebar ul { margin: 0; padding: 0; list-style: none; } .x-sidebar ul li { padding: 5px 10px; background-color: #fff; border-bottom: 1px solid #eee; cursor: default; font-size: 14px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; position: relative; } .x-sidebar ul li.x-selected:after { content: '\2714'; position: absolute; right: 10px; } .x-sidebar ul li:hover { background: #f5f5f5; color: #48b; } #folders li>i { margin-left: 5px; color:#bbb; } #folders li a { font-size: 12px; float: right; margin-right: 20px; margin-top: 2px; color: #203996; cursor: pointer; display: none; } #folders li:hover a { display: inline-block; } .x-btn-min { font-size: 12px; padding: 2px; color: #444; } .x-btn-min:hover { color:#000; } /* common styles start */ h1{font-size:1.6em;} h2{font-size:1em;} a,a:visited{color:#fff;outline:none !important;text-decoration:none;} a img,a:visited img{border:none;} textarea{overflow:auto;} .left{float:left;} .right{float:right;} .clear{clear:both;} /* common styles end */ body{background:#f9f9f9;color:#fff;padding:0;} h1{float:left; margin-right:30px; line-height:20px;color:#f6f6f6;text-shadow: 1px 1px 5px #fff;filter: dropshadow(color=#fff, offx=1, offy=1);} .topsection{border-right:1px solid #999;height:40px;padding:0 10px;width:auto;display:inline;} .topsection img{margin-top:7px;float:left;margin-right:3px;} .topsection a{float:left;display:inline;} #head{ position:absolute; margin:0 auto; width:800px; height:43px; top:20px; left:50px; padding:10px; right:30px; background-color: transparent; background-color: rgba(255, 255, 255, 0.3); /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFFFFFF,endColorstr=#4CFFFFFF); /* IE6�IE9 */ zoom: 1; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; margin-bottom:100px; } #twitter, #donate{float:right;margin-top:7px;margin-left:5px;} #head p{ clear:both; width:200px; } footer{ margin:auto; width:300px; position:relative; bottom:10px; left:5%; } .note_common, .bignote, .editinfo{ padding:20px 10px 32px 10px; color:#000; float:left; margin:20px; margin-top:10px; position:relative; cursor:pointer; border: 3px solid white; -webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,.2); -moz-box-shadow: 0 2px 10px 1px rgba(0,0,0,.2); box-shadow: 0 2px 10px 1px rgba(0,0,0,.2); /* page effect end */ -moz-box-shadow: -7px 10px rgba(0,0,0,0.3); -webkit-box-shadow: -7px 10px rgba(0,0,0,0.3); box-shadow: -7px 10px rgba(0,0,0,0.07); } .note_common h2{ text-align:center; margin-top:0; padding-top:0; } .note_common p{ font-size:0.9em; overflow:auto; overflow-x:hidden; line-height:18px; text-align:left; } .inset{ -moz-box-shadow:inset 0 0 10px #cccccc; -webkit-box-shadow:inset 0 0 10px #cccccc; box-shadow:inset 0 0 10px #cccccc; background:#f8f7f7; color:#333; padding:5px; font-size:0.9em; border:1px solid #e7e7e7; } input:focus,textarea:focus,select:focus{border:1px solid #fafafa;-webkit-box-shadow:0 0 6px #000;-moz-box-shadow:0 0 5px #000;box-shadow:0 0 5px #000;} .tip{ background:#fff; font-size:13px; padding-left:25px; padding-top:3px; vertical-align:middle; } .icons-footer .ficon{ margin-left:10px; position:absolute; bottom:-15px; } /* for sticky note background oolors */ .stickynote0, .stickynote1, .stickynote2, .stickynote3, .stickynote4, .stickynote5, .stickynote6, .stickynote7, .stickynote8, .stickynote9{ background-image: -webkit-linear-gradient(top, #fbf7cd, #fbef85); } /* tooltip */ .tooltip { position: relative; display: inline-block; } .tooltip span { visibility: hidden; position: absolute; bottom: -15px; left: 50%; z-index: 99999; width: 150px; font-size:13px; margin-left: -80px; color:#000; padding: 5px; border: 2px solid #ccc; opacity: .9; background-color: #ddd; background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0)); background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0)); background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0)); background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0)); background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0)); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset; box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset; } .tooltip:hover { border: 0; /* IE6 fix */ } .tooltip:hover span { visibility: visible; } .tooltip span:after { content: ""; position: absolute; z-index: 1000; top: -10px; left: 50%; margin-left: -8px; border-bottom: 8px solid #59add4; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 0; } .tooltip span:before { border-top-color: #ccc; bottom: -8px; } /* Yellow */ .yellow-tooltip span { border-color: #e1ca82; background-color: #ffeaa6; } .yellow-tooltip span:after { border-top-color: #ffeaa6; } .yellow-tooltip span:before { border-top-color: #e1ca82; } /* Navy */ .navy-tooltip span { color: #fff; text-shadow: 0 1px 0 #000; border-color: #161a1f; background-color: #1e2227; } .navy-tooltip span:after { border-top-color: #1e2227; } .navy-tooltip span:before { border-top-color: #161a1f; } /* Blue */ .blue-tooltip span { border-color: #59add4; background-color: #61bde7; } .blue-tooltip span:after { border-top-color: #61bde7; } .blue-tooltip span:before { border-top-color: #59add4; } select.form-control.fedit { width: 230px; display: inline-block; margin-left: 20px; height: 30px; font-size: 12px; box-shadow: inset 0 0 10px #cccccc; background: #f8f7f7; } .timeago { margin-bottom: 10px; }