1*84e872a0SLloyd Pique/*headings*/ 2*84e872a0SLloyd Piqueh1, h2, h3, h4, h5, h6, 3*84e872a0SLloyd Piquediv.producttitle, 4*84e872a0SLloyd Piquediv.subtitle, 5*84e872a0SLloyd Piquediv.author div.author, 6*84e872a0SLloyd Piquediv.translator div.translator, 7*84e872a0SLloyd Piquediv.othercredit div.othercredit, 8*84e872a0SLloyd Piquediv.editor div.editor, 9*84e872a0SLloyd Piquediv.contrib div.contrib, 10*84e872a0SLloyd Pique.title, 11*84e872a0SLloyd Pique.titlepage .edition { 12*84e872a0SLloyd Pique} 13*84e872a0SLloyd Pique 14*84e872a0SLloyd Piquediv.para { 15*84e872a0SLloyd Pique margin-top: 1em; 16*84e872a0SLloyd Pique} 17*84e872a0SLloyd Pique/* inline syntax highlighting */ 18*84e872a0SLloyd Pique.perl_Alert { 19*84e872a0SLloyd Pique color: #0000ff; 20*84e872a0SLloyd Pique} 21*84e872a0SLloyd Pique 22*84e872a0SLloyd Pique.perl_BaseN { 23*84e872a0SLloyd Pique color: #007f00; 24*84e872a0SLloyd Pique} 25*84e872a0SLloyd Pique 26*84e872a0SLloyd Pique.perl_BString { 27*84e872a0SLloyd Pique color: #5C3566; 28*84e872a0SLloyd Pique} 29*84e872a0SLloyd Pique 30*84e872a0SLloyd Pique.perl_Char { 31*84e872a0SLloyd Pique color: #ff00ff; 32*84e872a0SLloyd Pique} 33*84e872a0SLloyd Pique 34*84e872a0SLloyd Pique.perl_Comment { 35*84e872a0SLloyd Pique color: #888888; 36*84e872a0SLloyd Pique} 37*84e872a0SLloyd Pique 38*84e872a0SLloyd Pique 39*84e872a0SLloyd Pique.perl_DataType { 40*84e872a0SLloyd Pique color: #0000ff; 41*84e872a0SLloyd Pique} 42*84e872a0SLloyd Pique 43*84e872a0SLloyd Pique 44*84e872a0SLloyd Pique.perl_DecVal { 45*84e872a0SLloyd Pique color: #00007f; 46*84e872a0SLloyd Pique} 47*84e872a0SLloyd Pique 48*84e872a0SLloyd Pique 49*84e872a0SLloyd Pique.perl_Error { 50*84e872a0SLloyd Pique color: #ff0000; 51*84e872a0SLloyd Pique} 52*84e872a0SLloyd Pique 53*84e872a0SLloyd Pique 54*84e872a0SLloyd Pique.perl_Float { 55*84e872a0SLloyd Pique color: #00007f; 56*84e872a0SLloyd Pique} 57*84e872a0SLloyd Pique 58*84e872a0SLloyd Pique 59*84e872a0SLloyd Pique.perl_Function { 60*84e872a0SLloyd Pique color: #007f00; 61*84e872a0SLloyd Pique} 62*84e872a0SLloyd Pique 63*84e872a0SLloyd Pique 64*84e872a0SLloyd Pique.perl_IString { 65*84e872a0SLloyd Pique color: #5C3566; 66*84e872a0SLloyd Pique} 67*84e872a0SLloyd Pique 68*84e872a0SLloyd Pique 69*84e872a0SLloyd Pique.perl_Keyword { 70*84e872a0SLloyd Pique color: #002F5D; 71*84e872a0SLloyd Pique} 72*84e872a0SLloyd Pique 73*84e872a0SLloyd Pique 74*84e872a0SLloyd Pique.perl_Operator { 75*84e872a0SLloyd Pique color: #ffa500; 76*84e872a0SLloyd Pique} 77*84e872a0SLloyd Pique 78*84e872a0SLloyd Pique 79*84e872a0SLloyd Pique.perl_Others { 80*84e872a0SLloyd Pique color: #b03060; 81*84e872a0SLloyd Pique} 82*84e872a0SLloyd Pique 83*84e872a0SLloyd Pique 84*84e872a0SLloyd Pique.perl_RegionMarker { 85*84e872a0SLloyd Pique color: #96b9ff; 86*84e872a0SLloyd Pique} 87*84e872a0SLloyd Pique 88*84e872a0SLloyd Pique 89*84e872a0SLloyd Pique.perl_Reserved { 90*84e872a0SLloyd Pique color: #9b30ff; 91*84e872a0SLloyd Pique} 92*84e872a0SLloyd Pique 93*84e872a0SLloyd Pique 94*84e872a0SLloyd Pique.perl_String { 95*84e872a0SLloyd Pique color: #5C3566; 96*84e872a0SLloyd Pique} 97*84e872a0SLloyd Pique 98*84e872a0SLloyd Pique 99*84e872a0SLloyd Pique.perl_Variable { 100*84e872a0SLloyd Pique color: #0000ff; 101*84e872a0SLloyd Pique} 102*84e872a0SLloyd Pique 103*84e872a0SLloyd Pique 104*84e872a0SLloyd Pique.perl_Warning { 105*84e872a0SLloyd Pique color: #0000ff; 106*84e872a0SLloyd Pique} 107*84e872a0SLloyd Pique 108*84e872a0SLloyd Piqueb, strong { 109*84e872a0SLloyd Pique font-weight: bolder; 110*84e872a0SLloyd Pique} 111*84e872a0SLloyd Pique 112*84e872a0SLloyd Piquecode.command { 113*84e872a0SLloyd Pique font-family: monospace; 114*84e872a0SLloyd Pique font-weight: bolder; 115*84e872a0SLloyd Pique} 116