index.css 12 KB

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