File: tutorial.css

package info (click to toggle)
httpunit 1.7%2Bdfsg-12
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,564 kB
  • ctags: 6,646
  • sloc: java: 33,665; xml: 482; sh: 68; makefile: 11
file content (15 lines) | stat: -rw-r--r-- 982 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PRE { font-family: "courier new", courier; font-size: 8pt;
      margin-left: 2%; margin-right: 2%;
      padding-top: .5em; padding-bottom: .5em; padding-right: .5em; padding-left: .5em;
      border-color: black; border-width: 2; border-style: solid }
PRE.test-code { background-color: #cccccc }
PRE.servlet-code { background-color: #cceeee }
OL { margin-top: 0 }
P.goals { font-family: helvetica, ariel, sans-serif; font-size: x-small;
          background-color: #ffffdd; border-color: black; border-style: solid;
          border-top-width: 2px; border-bottom-width: 2px; border-left-width: 0px; border-right-width: 0px }
P.location { font-family: helvetica, ariel, sans-serif; font-size: x-small;
          background-color: #ffff66; border-color: #dddddd; border-style: solid;
          padding-bottom: 4px; padding-left: 4px; padding-top: 4px;
          border-top-width: 0px; border-bottom-width: 2px; border-left-width: 0px; border-right-width: 0px }
UL { margin-top: 0 }