Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

jsync_demo.css 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. code {
  2. background: #eee;
  3. font-size: 1.05em;
  4. white-space: pre-wrap;
  5. }
  6. ul{
  7. white-space: normal;
  8. }
  9. .code_container{
  10. white-space: pre-wrap;
  11. }
  12. a{
  13. margin-left: .7em;
  14. }
  15. #root_div{
  16. margin-top: 1.5em;
  17. margin-left: 1em;
  18. display: inline-block;
  19. background: #eef;
  20. padding: .2em;
  21. min-width: 10em;
  22. }
  23. #oops_i_lied{
  24. margin-top: .7em;
  25. margin-left: 1.5em;
  26. }
  27. body {
  28. font-family:Verdana,sans-serif;
  29. }
  30. #templates{
  31. display: none;
  32. }
  33. .db_desc {
  34. display: inline-block;
  35. padding-left: 1em;
  36. /*padding: 5em;*/
  37. /*padding-left: 1em;*/
  38. /*margin: 5em;*/
  39. }
  40. .hidden-boundary {
  41. position: absolute;
  42. }
  43. .unselectable {
  44. -webkit-user-select: none;
  45. -webkit-touch-callout: none;
  46. -moz-user-select: none;
  47. -ms-user-select: none;
  48. user-select: none;
  49. color: #cc0000;
  50. position: absolute;
  51. }
  52. .jd_state {
  53. background: #fff;
  54. font-size: 1.0em;
  55. }
  56. .db_disp{
  57. font-weight: bold;
  58. background-color: #fff;
  59. /*background-color: #fefefe;*/
  60. /*background-color: #fdfdfd;*/
  61. }
  62. .wperm {
  63. color: #900;
  64. color: #008;
  65. color: #FF8000;
  66. }
  67. .wperm2 {
  68. color: #0a4;
  69. }
  70. .hide_demo .color_legend{
  71. display: none;
  72. }
  73. .hide_demo .db_disp{
  74. display: none;
  75. }
  76. .hide_demo .demo_hide_btn{
  77. display: none;
  78. }
  79. .show_demo .demo_show_btn{
  80. display: none;
  81. }