Dashboard sipadu mbip
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.

line-numbers.css 753B

1234567891011121314151617181920212223242526272829303132
  1. @charset "utf-8"; /* line 1 */
  2. @namespace "http://toto.example.org"; /* line 3 */
  3. @font-face { /* line 5 */
  4. font-family: "CrassRoots";
  5. src: url("http://example.com/media/cr.ttf") /* line 7 */
  6. }
  7. #header { /* line 11 */
  8. margin: 10px 2em 1cm 2%;
  9. font-family: Verdana, Helvetica, "Gill Sans", sans-serif;
  10. color: red !important;
  11. }
  12. @keyframes mymove { /* line 17 */
  13. from { top: 0px; } /* line 18 */
  14. to { top: 200px; } /* line 20 */
  15. }
  16. @IMPORT uRL(test.css); /* line 23 */
  17. body {
  18. background: #FFFFFF url("http://somesite.com/images/someimage.gif") repeat top center; /* line 25 */
  19. color: rgb( /* line 27 */
  20. 233, /* line 28 */
  21. 100, /* line 29 */
  22. 450 /* line 30 */
  23. );
  24. }