Nav apraksta
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.

calender.css 835B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .js-tabs ul.tab_menu{
  2. list-style-type:none;
  3. margin:0px;
  4. padding:0px;
  5. }
  6. .js-tabs ul.tab_menu li{
  7. display:inline;
  8. width:450px;
  9. margin:3px;
  10. padding:3px;
  11. padding-top:3px;
  12. padding-bottom:3px;
  13. font-size: 1.2em;
  14. line-height: 240%;
  15. background-image: url("../css/img/longbar2_secondfloor.png");
  16. }
  17. .js-tabs .tab_menu li a{
  18. padding:0px;
  19. padding-top:3px;
  20. padding-bottom:3px;
  21. }
  22. .js-tabs .tab_menu li a:link,
  23. .js-tabs .tab_menu li a:visited{
  24. background-color:#666;
  25. color:#fff;
  26. }
  27. .js-tabs .tab_menu li a.active:link,
  28. .js-tabs .tab_menu li a.active:visited{
  29. background-color:#444;
  30. color:#fff;
  31. }
  32. .js-tabs .tab_menu li a:hover{
  33. background-color:#333;
  34. color:#f0f;
  35. }
  36. .tab_content{
  37. position:relative;
  38. height:1000px;
  39. }
  40. .tab_content div.page{
  41. width:660px;
  42. height:1000px;
  43. position:absolute;
  44. color:#222;
  45. }