index.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  1. @import url("../static/css/bootstrap.min.css");
  2. .wrapper.wp-notes {
  3. width:auto;
  4. background: transparent;
  5. }
  6. .panel-title a.x-tooltip {
  7. font-size: 12px;
  8. color: #48b;
  9. margin-left: 10px;
  10. }
  11. .panel-title a.x-tooltip.x-newnote {
  12. color:#f00;
  13. }
  14. .panel-title a.x-tooltip:hover {
  15. text-decoration: underline;
  16. }
  17. .x-toolbox {
  18. margin-left: 50px;
  19. }
  20. .x-toolbox .x-line {
  21. font-size: 12px;
  22. margin-left: 10px;
  23. color: #bbb;
  24. }
  25. .x-wrapper {
  26. position: relative;
  27. color: #666;
  28. }
  29. .x-wrapper .x-sidebar {
  30. position: absolute;
  31. left: 0;
  32. top:0;
  33. width: 300px;
  34. bottom: 0;
  35. background: #fefefe;
  36. border-right: 1px solid #ddd;
  37. }
  38. .x-wrapper #main {
  39. margin-left:300px;
  40. padding: 20px;
  41. min-height: 500px;
  42. }
  43. .x-sidebar .x-tools {
  44. background: #f1f1f1;
  45. padding: 2px 10px;
  46. text-align: right;
  47. border-bottom: 1px solid #ccc;
  48. }
  49. .x-sidebar .x-tools a{
  50. color:#48b;
  51. font-size: 12px;
  52. }
  53. .x-sidebar ul {
  54. margin: 0;
  55. padding: 0;
  56. list-style: none;
  57. }
  58. .x-sidebar ul li {
  59. padding: 5px 10px;
  60. background-color: #fff;
  61. border-bottom: 1px solid #eee;
  62. cursor: default;
  63. font-size: 14px;
  64. overflow: hidden;
  65. text-overflow:ellipsis;
  66. white-space: nowrap;
  67. position: relative;
  68. }
  69. .x-sidebar ul li.x-selected:after {
  70. content: '\2714';
  71. position: absolute;
  72. right: 10px;
  73. }
  74. .x-sidebar ul li:hover {
  75. background: #f5f5f5;
  76. color: #48b;
  77. }
  78. #folders li>i {
  79. margin-left: 5px;
  80. color:#bbb;
  81. }
  82. /* common styles start */
  83. h1{font-size:1.6em;}
  84. h2{font-size:1em;}
  85. a,a:visited{color:#fff;outline:none !important;text-decoration:none;}
  86. a img,a:visited img{border:none;}
  87. textarea{overflow:auto;}
  88. .left{float:left;}
  89. .right{float:right;}
  90. .clear{clear:both;}
  91. /* common styles end */
  92. body{background:#f9f9f9;color:#fff;padding:0;}
  93. 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);}
  94. .topsection{border-right:1px solid #999;height:40px;padding:0 10px;width:auto;display:inline;}
  95. .topsection img{margin-top:7px;float:left;margin-right:3px;}
  96. .topsection a{float:left;display:inline;}
  97. #head{
  98. position:absolute;
  99. margin:0 auto;
  100. width:800px;
  101. height:43px;
  102. top:20px;
  103. left:50px;
  104. padding:10px;
  105. right:30px;
  106. background-color: transparent;
  107. background-color: rgba(255, 255, 255, 0.3); /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
  108. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFFFFFF,endColorstr=#4CFFFFFF); /* IE6�IE9 */
  109. zoom: 1;
  110. -moz-border-radius:10px;
  111. -webkit-border-radius:10px;
  112. border-radius:10px;
  113. margin-bottom:100px;
  114. }
  115. #twitter, #donate{float:right;margin-top:7px;margin-left:5px;}
  116. #head p{
  117. clear:both;
  118. width:200px;
  119. }
  120. footer{
  121. margin:auto;
  122. width:300px;
  123. position:relative;
  124. bottom:10px;
  125. left:5%;
  126. }
  127. .note_common, .bignote, .editinfo{
  128. padding:20px 10px 32px 10px;
  129. color:#000;
  130. float:left;
  131. margin:20px;
  132. margin-top:10px;
  133. position:relative;
  134. cursor:pointer;
  135. border: 3px solid white;
  136. /* page effect start */
  137. -webkit-border-bottom-left-radius: 20px 500px;
  138. -webkit-border-bottom-right-radius: 500px 30px;
  139. -webkit-border-top-right-radius: 5px 100px;
  140. -moz-border-radius-bottomleft: 20px 500px;
  141. -moz-border-radius-bottomright: 500px 30px;
  142. -moz-border-radius-topright: 5px 100px;
  143. border-radius-bottomleft: 20px 500px;
  144. border-radius-bottomright: 500px 30px;
  145. border-radius-topright: 5px 100px;
  146. -webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
  147. -moz-box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
  148. box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
  149. /* page effect end */
  150. -moz-box-shadow: -7px 10px rgba(0,0,0,0.3);
  151. -webkit-box-shadow: -7px 10px rgba(0,0,0,0.3);
  152. box-shadow: -7px 10px rgba(0,0,0,0.07);
  153. }
  154. .note_common h2{
  155. text-align:center;
  156. margin-top:0;
  157. padding-top:0;
  158. }
  159. .note_common p{
  160. font-size:0.9em;
  161. overflow:auto;
  162. overflow-x:hidden;
  163. line-height:18px;
  164. text-align:left;
  165. }
  166. .inset{
  167. -moz-box-shadow:inset 0 0 10px #cccccc;
  168. -webkit-box-shadow:inset 0 0 10px #cccccc;
  169. box-shadow:inset 0 0 10px #cccccc;
  170. background:#f8f7f7;
  171. color:#333;
  172. padding:5px;
  173. font-size:0.9em;
  174. border:1px solid #e7e7e7;
  175. }
  176. 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;}
  177. .tip{
  178. background:url(./img/tip.png) no-repeat;
  179. font-size:13px;
  180. padding-left:25px;
  181. padding-top:3px;
  182. vertical-align:middle;
  183. }
  184. .icons-footer .ficon{
  185. margin-left:10px;
  186. position:absolute;
  187. bottom:-15px;
  188. }
  189. /* for sticky note background oolors */
  190. .stickynote0 {
  191. background-color: #99FF41;
  192. background-image: -webkit-gradient(linear, left top, left bottom, from(#99FF41), to(#53B00A));
  193. background-image: -webkit-linear-gradient(top, #99FF41, #53B00A);
  194. background-image: -moz-linear-gradient(top, #99FF41, #53B00A);
  195. background-image: -ms-linear-gradient(top, #99FF41, #53B00A);
  196. background-image: -o-linear-gradient(top, #99FF41, #53B00A);
  197. background-image: linear-gradient(top, #99FF41, #53B00A);
  198. filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#99FF41', EndColorStr='#53B00A');
  199. }
  200. .stickynote1 {
  201. background-color: #3889C5;
  202. background-image: -webkit-gradient(linear, left top, left bottom, from(#3889C5), to(#024B7E));
  203. background-image: -webkit-linear-gradient(top, #3889C5, #024B7E);
  204. background-image: -moz-linear-gradient(top, #3889C5, #024B7E);
  205. background-image: -ms-linear-gradient(top, #3889C5, #024B7E);
  206. background-image: -o-linear-gradient(top, #3889C5, #024B7E);
  207. background-image: linear-gradient(top, #3889C5, #024B7E);
  208. filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3889C5', EndColorStr='#024B7E');
  209. }
  210. .stickynote2 {
  211. background-color: #FF4FBF;
  212. background-image: -webkit-gradient(linear, left top, left bottom, from(#FF4FBF), to(#C61684));
  213. background-image: -webkit-linear-gradient(top, #FF4FBF, #C61684);
  214. background-image: -moz-linear-gradient(top, #FF4FBF, #C61684);
  215. background-image: -ms-linear-gradient(top, #FF4FBF, #C61684);
  216. background-image: -o-linear-gradient(top, #FF4FBF, #C61684);
  217. background-image: linear-gradient(top, #FF4FBF, #C61684);
  218. filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF4FBF', EndColorStr='#C61684');
  219. }
  220. .stickynote3{
  221. background-color: #FF3F1E;
  222. background-image: -webkit-gradient(linear, left top, left bottom, from(#FF3F1E), to(#F02504));
  223. background-image: -webkit-linear-gradient(top, #FF3F1E, #F02504);
  224. background-image: -moz-linear-gradient(top, #FF3F1E, #F02504);
  225. background-image: -ms-linear-gradient(top, #FF3F1E, #F02504);
  226. background-image: -o-linear-gradient(top, #FF3F1E, #F02504);
  227. background-image: linear-gradient(top, #FF3F1E, #F02504);
  228. filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF3F1E', EndColorStr='#F02504');
  229. }
  230. .stickynote4{
  231. background-color: #DCC37D;
  232. background-image: -webkit-gradient(linear, left top, left bottom, from(#DCC37D), to(#988744));
  233. background-image: -webkit-linear-gradient(top, #DCC37D, #988744);
  234. background-image: -moz-linear-gradient(top, #DCC37D, #988744);
  235. background-image: -ms-linear-gradient(top, #DCC37D, #988744);
  236. background-image: -o-linear-gradient(top, #DCC37D, #988744);
  237. background-image: linear-gradient(top, #DCC37D, #988744);
  238. filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#DCC37D', EndColorStr='#988744');
  239. }
  240. .stickynote5{
  241. background-color: #5F36BC;
  242. background-image: -webkit-gradient(linear, left top, left bottom, from(#5F36BC), to(#250082));
  243. background-image: -webkit-linear-gradient(top, #5F36BC, #250082);
  244. background-image: -moz-linear-gradient(top, #5F36BC, #250082);
  245. background-image: -ms-linear-gradient(top, #5F36BC, #250082);
  246. background-image: -o-linear-gradient(top, #5F36BC, #250082);
  247. background-image: linear-gradient(top, #5F36BC, #250082);
  248. filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5F36BC', EndColorStr='#250082');
  249. }
  250. .stickynote6{
  251. background-color: #A5C2FF;
  252. background-image: -webkit-gradient(linear, left top, left bottom, from(#A5C2FF), to(#6986F4));
  253. background-image: -webkit-linear-gradient(top, #A5C2FF, #6986F4);
  254. background-image: -moz-linear-gradient(top, #A5C2FF, #6986F4);
  255. background-image: -ms-linear-gradient(top, #A5C2FF, #6986F4);
  256. background-image: -o-linear-gradient(top, #A5C2FF, #6986F4);
  257. background-image: linear-gradient(top, #A5C2FF, #6986F4);
  258. filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#A5C2FF', EndColorStr='#6986F4');
  259. }
  260. .stickynote7{
  261. background-color: #FEBFBF;
  262. background-image: -webkit-gradient(linear, left top, left bottom, from(#FEBFBF), to(#FE8080));
  263. background-image: -webkit-linear-gradient(top, #FEBFBF, #FE8080);
  264. background-image: -moz-linear-gradient(top, #FEBFBF, #FE8080);
  265. background-image: -ms-linear-gradient(top, #FEBFBF, #FE8080);
  266. background-image: -o-linear-gradient(top, #FEBFBF, #FE8080);
  267. background-image: linear-gradient(top, #FEBFBF, #FE8080);
  268. filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FEBFBF', EndColorStr='#FE8080');
  269. }
  270. .stickynote8{
  271. background-color: #FEBF80;
  272. background-image: -webkit-gradient(linear, left top, left bottom, from(#FEBF80), to(#FF8000));
  273. background-image: -webkit-linear-gradient(top, #FEBF80, #FF8000);
  274. background-image: -moz-linear-gradient(top, #FEBF80, #FF8000);
  275. background-image: -ms-linear-gradient(top, #FEBF80, #FF8000);
  276. background-image: -o-linear-gradient(top, #FEBF80, #FF8000);
  277. background-image: linear-gradient(top, #FEBF80, #FF8000);
  278. filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FEBF80', EndColorStr='#FF8000');
  279. }
  280. .stickynote9{
  281. background-color: #FEF280;
  282. background-image: -webkit-gradient(linear, left top, left bottom, from(#FEF280), to(#FFE500));
  283. background-image: -webkit-linear-gradient(top, #FEF280, #FFE500);
  284. background-image: -moz-linear-gradient(top, #FEF280, #FFE500);
  285. background-image: -ms-linear-gradient(top, #FEF280, #FFE500);
  286. background-image: -o-linear-gradient(top, #FEF280, #FFE500);
  287. background-image: linear-gradient(top, #FEF280, #FFE500);
  288. filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FEF280', EndColorStr='#FFE500');
  289. }
  290. /* tooltip */
  291. .tooltip
  292. {
  293. position: relative;
  294. display: inline-block;
  295. }
  296. .tooltip span
  297. {
  298. visibility: hidden;
  299. position: absolute;
  300. bottom: -15px;
  301. left: 50%;
  302. z-index: 99999;
  303. width: 150px;
  304. font-size:13px;
  305. font-family:tahoma,verdana;
  306. margin-left: -80px;
  307. color:#000;
  308. padding: 5px;
  309. border: 2px solid #ccc;
  310. opacity: .9;
  311. background-color: #ddd;
  312. background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  313. background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  314. background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  315. background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  316. background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  317. -moz-border-radius: 5px;
  318. -webkit-border-radius: 5px;
  319. border-radius: 5px;
  320. -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  321. -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  322. box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  323. }
  324. .tooltip:hover
  325. {
  326. border: 0; /* IE6 fix */
  327. }
  328. .tooltip:hover span
  329. {
  330. visibility: visible;
  331. }
  332. .tooltip span:after
  333. {
  334. content: "";
  335. position: absolute;
  336. z-index: 1000;
  337. top: -10px;
  338. left: 50%;
  339. margin-left: -8px;
  340. border-bottom: 8px solid #59add4;
  341. border-left: 8px solid transparent;
  342. border-right: 8px solid transparent;
  343. border-top: 0;
  344. }
  345. .tooltip span:before
  346. {
  347. border-top-color: #ccc;
  348. bottom: -8px;
  349. }
  350. /* Yellow */
  351. .yellow-tooltip span
  352. {
  353. border-color: #e1ca82;
  354. background-color: #ffeaa6;
  355. }
  356. .yellow-tooltip span:after
  357. {
  358. border-top-color: #ffeaa6;
  359. }
  360. .yellow-tooltip span:before
  361. {
  362. border-top-color: #e1ca82;
  363. }
  364. /* Navy */
  365. .navy-tooltip span
  366. {
  367. color: #fff;
  368. text-shadow: 0 1px 0 #000;
  369. border-color: #161a1f;
  370. background-color: #1e2227;
  371. }
  372. .navy-tooltip span:after
  373. {
  374. border-top-color: #1e2227;
  375. }
  376. .navy-tooltip span:before
  377. {
  378. border-top-color: #161a1f;
  379. }
  380. /* Blue */
  381. .blue-tooltip span
  382. {
  383. border-color: #59add4;
  384. background-color: #61bde7;
  385. }
  386. .blue-tooltip span:after
  387. {
  388. border-top-color: #61bde7;
  389. }
  390. .blue-tooltip span:before
  391. {
  392. border-top-color: #59add4;
  393. }