You are here

sample.css in Language Switcher Dropdown 7

body{font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:14px; background:#070707} 
.small {
    color: #000066;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    position: relative;
    top: -10px;
}
h1, h2, h3{margin:0; padding:0}
.topmenu{}
.topmenu td.top{background:#333; color:#FFFFFF; text-align:center}
.topmenu td{background:#333; color:#FFFFFF; text-align:left}
.topmenu td.title{background:#666; color:#FFFFFF; text-align:left}
.topmenu td a, .topmenu td a:visited{color:#fff;}
.topmenu td.active{background:#090; color:#333}
.topmenu td.active a, .topmenu td.active a:visited{color:#fff; text-decoration:none}
.tblWhite{background:#FFFFFF}
pre{overflow-x:auto; overflow-y:hidden; background:#707070; color:#fff; margin:0; padding:20px; max-width:750px}
.hide, .hidden{display:none}
code.blue{color:#66CCCC}

#debugger{position:absolute; border:2px solid #c3c3c3; padding:10px; width:400px; background:#fff; max-height:350px; overflow:auto}
ul.debug{padding:5px 10px; margin:0;}
#testResults{margin:10px}
#testResults li.pass { color: green; }
#testResults li.fail { color: red; }
.black{color:#000}
.viewcode{cursor:pointer; text-decoration:underline;}
.viewcode:hover{background:#f0f0f0; text-decoration:none;}
.app{padding:10px; background:#333; color:#FFF;}

File

msdropdown/examples/css/sample.css
View source
  1. body{font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:14px; background:#070707}
  2. .small {
  3. color: #000066;
  4. font-family: Arial,Helvetica,sans-serif;
  5. font-size: 10px;
  6. font-weight: normal;
  7. line-height: 12px;
  8. position: relative;
  9. top: -10px;
  10. }
  11. h1, h2, h3{margin:0; padding:0}
  12. .topmenu{}
  13. .topmenu td.top{background:#333; color:#FFFFFF; text-align:center}
  14. .topmenu td{background:#333; color:#FFFFFF; text-align:left}
  15. .topmenu td.title{background:#666; color:#FFFFFF; text-align:left}
  16. .topmenu td a, .topmenu td a:visited{color:#fff;}
  17. .topmenu td.active{background:#090; color:#333}
  18. .topmenu td.active a, .topmenu td.active a:visited{color:#fff; text-decoration:none}
  19. .tblWhite{background:#FFFFFF}
  20. pre{overflow-x:auto; overflow-y:hidden; background:#707070; color:#fff; margin:0; padding:20px; max-width:750px}
  21. .hide, .hidden{display:none}
  22. code.blue{color:#66CCCC}
  23. #debugger{position:absolute; border:2px solid #c3c3c3; padding:10px; width:400px; background:#fff; max-height:350px; overflow:auto}
  24. ul.debug{padding:5px 10px; margin:0;}
  25. #testResults{margin:10px}
  26. #testResults li.pass { color: green; }
  27. #testResults li.fail { color: red; }
  28. .black{color:#000}
  29. .viewcode{cursor:pointer; text-decoration:underline;}
  30. .viewcode:hover{background:#f0f0f0; text-decoration:none;}
  31. .app{padding:10px; background:#333; color:#FFF;}