Advertisement
Isoraqathedh

gloss stylesheet

Apr 12th, 2014
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.77 KB | None | 0 0
  1. table.samplesentence td.largeGloss .glossComponent {
  2.     min-width:2em;
  3.     display:inline-block;
  4.     margin:0.5em 0;
  5.     border:1px solid #A68200;
  6.     border-radius:5px;
  7. }
  8. table.samplesentence td.largeGloss .glossComponent .origtext,
  9. table.samplesentence td.largeGloss .glossComponent .gloss {
  10.     text-align:center;
  11.     display:block;
  12. }
  13. table.samplesentence td.largeGloss .glossComponent .origtext {
  14.     background-color:#FFC800;
  15.     border-top-left-radius:5px;
  16.     border-top-right-radius:5px;
  17.     font-weight:700;
  18.     padding:0.25em 0.25em 0;
  19. }
  20. table.samplesentence td.largeGloss .glossComponent .gloss {
  21.     background-color:#CCA000;
  22.     padding:0 0.25em 0.25em;
  23.     border-bottom-left-radius:5px;
  24.     border-bottom-right-radius:5px;
  25.    
  26. }
  27. table.samplesentence .grammarkeyword {
  28.     font-variant:small-caps;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement