Changeset 1568 for trunk/buildscripts

Show
Ignore:
Timestamp:
12/09/2006 03:17:22 AM (2 years ago)
Author:
wei
Message:

Fixed #433, #384, #439, #477, #435, #422, #401, #359. Add more class docs for sqlmap.

Location:
trunk/buildscripts/PhpDocumentor/phpDocumentor/Converters/CHM/default/templates/default/templates/media
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/buildscripts/PhpDocumentor/phpDocumentor/Converters/CHM/default/templates/default/templates/media/stylesheet.css

    r1186 r1568  
    128128.tute-comment { font-style: italic } 
    129129.tute-inline-tag { color: #636311; font-weight: bold } 
     130 
     131/** 
     132 * PradoSoft profile by Carl G. Mathisen and Stefan A. Petrov 
     133 * http://decart.no 
     134 */ 
     135 
     136body 
     137{ 
     138    text-align: center; 
     139} 
     140 
     141body, div, span, p, input 
     142{ 
     143    font-family: Verdana, sans-serif, Arial; 
     144    font-size: 10pt; 
     145    color: #333333; 
     146} 
     147 
     148h1, h2, h3, h4 
     149{ 
     150        font-family: Verdana, Helvetica, Arial, Lucida Grande, Trebuchet MS; 
     151    padding: 0px; 
     152    margin: 0px; 
     153        margin-bottom: 10px; 
     154    color: #821B18; 
     155    font-weight: normal; 
     156} 
     157 
     158h2 
     159{ 
     160        font-size: 18px; 
     161} 
     162 
     163h3 
     164{ 
     165        font-size: 16px; 
     166} 
     167 
     168div 
     169{ 
     170    text-align: left; 
     171} 
     172 
     173.instructions 
     174{ 
     175        background-color: #EEEEEE; 
     176} 
     177 
     178img 
     179{ 
     180        border: none; 
     181} 
     182 
     183a 
     184{ 
     185    color: #CD2C27; 
     186    text-decoration: none; 
     187} 
     188 
     189a:hover 
     190{ 
     191    color: #821B18; 
     192    text-decoration: underline; 
     193} 
     194 
     195#page 
     196{ 
     197    margin: 0 auto; 
     198    padding: 0; 
     199    position: relative; 
     200} 
     201 
     202#header 
     203{ 
     204    position: relative; 
     205    height: 98px; 
     206} 
     207 
     208#logo 
     209{ 
     210    height: 99px; 
     211} 
     212 
     213/* main page */ 
     214 
     215div.intro 
     216{ 
     217    height: 190px; 
     218    background-image: url('bigmantis.jpg'); 
     219    background-repeat: no-repeat; 
     220    background-position: top right; 
     221    background-color: #fff; 
     222} 
     223 
     224div.statements 
     225{ 
     226    height: 135px; 
     227    background-image: url('statementsbg.gif'); 
     228    background-repeat: repeat-x; 
     229    position: relative; 
     230    border-bottom : 1px solid #EEE; 
     231} 
     232 
     233div.statements div 
     234{ 
     235    position: absolute; 
     236    width: 250px; 
     237    top: 20px; 
     238} 
     239 
     240div.statements div p 
     241{ 
     242    font-size: 13px; 
     243    color: #818181; 
     244} 
     245 
     246div.statements div.whatis 
     247{ 
     248    left: 20px; 
     249} 
     250 
     251div.statements div.whatreq 
     252{ 
     253    left: 290px; 
     254} 
     255 
     256div.statements div.cani 
     257{ 
     258    left: 600px; 
     259    width: 210px; 
     260} 
     261 
     262/* navbar */ 
     263#navbar 
     264{ 
     265    border-bottom: 2px solid #E9EEEF; 
     266    height: 30px; 
     267    margin-bottom: 20px; 
     268} 
     269 
     270#navbar ul 
     271{ 
     272    margin-left: 0; 
     273    padding-left: 0; 
     274    display: inline; 
     275} 
     276 
     277#navbar ul li 
     278{ 
     279    margin-left: 0px; 
     280    list-style: none; 
     281    display: inline; 
     282} 
     283 
     284#navbar ul li a 
     285{ 
     286    display: block; 
     287    float: left; 
     288    font-size: 14px; 
     289    font-weight: bold; 
     290    padding-right: 14px; 
     291    padding-top: 5px; 
     292    color: #CD2B26; 
     293    text-decoration: none; 
     294    height: 29px; 
     295} 
     296 
     297#navbar ul li a.active, #navbar ul li a.hover 
     298{ 
     299    color: #821B18; 
     300} 
     301 
     302/* infobar */ 
     303div#infobar 
     304{ 
     305    float: right; 
     306    width: 200px; 
     307    padding-left: 20px; 
     308    border-left: 2px solid #E9EEEF; 
     309} 
     310 
     311div#infobar div 
     312{ 
     313    margin-bottom: 20px; 
     314} 
     315 
     316div#infobar div#featured img 
     317{ 
     318    margin-top: 10px; 
     319} 
     320 
     321/* articles */ 
     322 
     323div#articles 
     324{ 
     325    width: 560px; 
     326    float: left; 
     327} 
     328 
     329/* article */ 
     330 
     331div.article 
     332{ 
     333    margin-bottom: 40px; 
     334} 
     335 
     336div.article .date 
     337{ 
     338    color: #9F9291; 
     339} 
     340 
     341div.article .more 
     342{ 
     343        margin-right: 10px; 
     344    display: block; 
     345    text-align: right; 
     346} 
     347 
     348.logo 
     349{ 
     350        position: absolute; 
     351        margin-left: 15px; 
     352        margin-top: 0px; 
     353        z-index: 1; 
     354} 
     355 
     356#main 
     357{ 
     358        padding: 20px; 
     359        padding-top: 20px; 
     360        background-color: #fff; 
     361} 
     362 
     363div.mantis 
     364{ 
     365    height: 190px; 
     366    background-color: #fff; 
     367     border-bottom: 1px solid #DCDCDC; 
     368} 
     369 
     370div.releases 
     371{ 
     372        float: left; 
     373    width: 240px; 
     374    height: 190px; 
     375} 
     376 
     377div.releases div.official 
     378{ 
     379    width: 190px; 
     380    position: relative; 
     381    left: 52px; 
     382    top: 128px; 
     383    font-size: 8pt; 
     384    color: #6D6D6D; 
     385} 
     386 
     387div.releases div.official a 
     388{ 
     389    display: block; 
     390} 
     391 
     392div.whyprado 
     393{ 
     394        display: block; 
     395        float: left; 
     396} 
     397 
     398div.whyprado ul.list 
     399{ 
     400        margin-top: 40px; 
     401        margin-left: 40px; 
     402} 
     403 
     404div.whyprado ul.list li 
     405{ 
     406        display: block; 
     407        margin: 5px; 
     408        padding: 0px; 
     409        font-size: 18px; 
     410        background-repeat: no-repeat; 
     411        background-position: bottom left; 
     412        padding-left: 30px; 
     413        list-style: none; 
     414} 
     415 
     416 
     417#footer 
     418{ 
     419    border-top: 1px solid #e9eeef; 
     420    background-color: #fff; 
     421    clear: both; 
     422    color: #A7A7A7; 
     423    font-size: 8pt; 
     424    text-align: center; 
     425    padding-top: 10px; 
     426    padding-bottom: 30px; 
     427    background-repeat: repeat-x; 
     428    background-position: bottom; 
     429} 
     430 
     431#features 
     432{ 
     433        margin-left: 610px; 
     434    padding: 10px; 
     435    padding-left: 10px; 
     436    padding-right: 10px; 
     437    background-color: #BEDD75; 
     438    color: #344A1E; 
     439    font-size: 9pt; 
     440} 
     441 
     442#features ul 
     443{ 
     444    margin: 10px; 
     445    padding: 0px; 
     446} 
     447 
     448#features ul li 
     449{ 
     450        font-size: 8pt; 
     451    padding: 0px; 
     452    margin: 0px; 
     453    margin-top: 8px; 
     454} 
     455 
     456#features h3 
     457{ 
     458    margin: 0px; 
     459    padding: 0px; 
     460    font-size: 10pt; 
     461    color: #292E1D; 
     462    text-align: center; 
     463    border-bottom: 1px solid silver; 
     464} 
     465 
     466#news 
     467{ 
     468        float: left; 
     469        width: 590px; 
     470} 
     471 
     472.newstitle 
     473{ 
     474        font-size: 12pt; 
     475        font-weight: bold; 
     476        color: #555; 
     477        margin-top: 10px; 
     478        margin-bottom: 0px; 
     479        border-bottom: 1px solid silver; 
     480} 
     481 
     482.newscontentmore 
     483{ 
     484        margin-right: 10px; 
     485    display: block; 
     486    color: #50811A; 
     487    text-align: right; 
     488} 
     489 
     490.newscontentmore:hover 
     491{ 
     492        color: red; 
     493} 
     494 
     495.newstime 
     496{ 
     497        margin: 0px; 
     498        font-size:0.8em; 
     499        color:#aaa; 
     500        padding-left:10px; 
     501        text-align: right; 
     502} 
     503 
     504.newscontent 
     505{ 
     506        margin-top: 5px; 
     507} 
     508 
     509#leftpanel 
     510{ 
     511        float: left; 
     512        width: 550px; 
     513} 
     514 
     515#topics 
     516{ 
     517        border: 1px solid #804040; 
     518        margin-left: 610px; 
     519        padding-bottom: 10px; 
     520} 
     521 
     522#topicsheader 
     523{ 
     524        text-align:center; 
     525        font-weight:bold; 
     526        background-color:#804040; 
     527        color:#FFFFBC; 
     528        padding: 3px; 
     529        margin-bottom:0px; 
     530} 
     531 
     532.topicitem 
     533{ 
     534        padding: 5px; 
     535} 
     536 
     537.topicitem a:hover 
     538{ 
     539        text-decoration: underline; 
     540} 
     541 
     542.topicitem p 
     543{ 
     544        margin: 0px; 
     545        font-size:0.8em; 
     546        color:#aaa; 
     547        padding-left:10px; 
     548        white-space:nowrap; 
     549} 
     550 
     551.reference 
     552{ 
     553} 
     554 
     555.reference img 
     556{ 
     557        margin: 10px; 
     558} 
     559 
     560.reference h3 
     561{ 
     562} 
     563 
     564 
     565.download 
     566{ 
     567  width:            100%; 
     568  background-color: #aaa; 
     569} 
     570 
     571.download td 
     572{ 
     573  background-color: #FFFFFF; 
     574  padding:          5px; 
     575  font-size: 9pt; 
     576} 
     577 
     578.download td a 
     579{ 
     580  font-weight: bold; 
     581} 
     582 
     583.download td.type 
     584{ 
     585  font-family:    "courier new", courier; 
     586  text-align:     right; 
     587  vertical-align: top; 
     588} 
     589 
     590.download div.declaration 
     591{ 
     592  font-family: "courier new", courier; 
     593} 
     594 
     595 
     596.download th 
     597{ 
     598  background-color: #F0F0F0; 
     599  font-weight:      bold; 
     600  padding:          5px; 
     601  text-align:       left; 
     602} 
     603 
     604.download th.small 
     605{ 
     606        font-size:  1.0em; 
     607} 
     608 
     609.download tr.reference td { 
     610    background-color: #FFEDED; 
     611} 
     612 
     613 
     614.doc-title 
     615{ 
     616        font-size: 14pt; 
     617        font-weight: bold; 
     618        margin-top: 10px; 
     619        margin-bottom: 10px; 
     620} 
     621 
     622.doc-subtitle 
     623{ 
     624        font-size: 11pt; 
     625        font-weight: bold; 
     626        background-color: #EEE; 
     627        padding: 5px; 
     628        margin-top: 20px; 
     629} 
     630 
     631.doc-namespace 
     632{ 
     633        font-size: 8pt; 
     634} 
     635 
     636 
     637.doc-menu 
     638{ 
     639} 
     640 
     641.doc-classes 
     642{ 
     643} 
     644 
     645.doc-ancestors 
     646{ 
     647        font-size: 8pt; 
     648} 
     649 
     650.doc-properties 
     651{ 
     652        font-size: 9pt; 
     653} 
     654 
     655.doc-properties table 
     656{ 
     657        border-collapse: collapse; 
     658        background-color: silver; 
     659        width: 100%; 
     660} 
     661 
     662.doc-properties td, .doc-properties th 
     663{ 
     664        padding:    3px; 
     665        vertical-align: top; 
     666        background-color: white; 
     667        border: 1px solid silver; 
     668} 
     669 
     670.doc-events 
     671{ 
     672        font-size: 9pt; 
     673} 
     674 
     675.doc-events table 
     676{ 
     677        border-collapse: collapse; 
     678        background-color: silver; 
     679        width: 100%; 
     680} 
     681 
     682.doc-events td, .doc-events th 
     683{ 
     684        padding:    3px; 
     685        vertical-align: top; 
     686        background-color: white; 
     687        border: 1px solid silver; 
     688} 
     689 
     690.doc-methods 
     691{ 
     692        font-size: 9pt; 
     693} 
     694 
     695.doc-methods table 
     696{ 
     697        border-collapse: collapse; 
     698        background-color: silver; 
     699        width: 100%; 
     700} 
     701 
     702.doc-methods td, .doc-methods th 
     703{ 
     704        padding:    3px; 
     705        vertical-align: top; 
     706        background-color: white; 
     707        border: 1px solid silver; 
     708} 
     709 
     710.doc-derived 
     711{ 
     712} 
     713 
     714.doc-inherited 
     715{ 
     716} 
     717 
     718.doc-native td 
     719{ 
     720        background-color: lightyellow; 
     721} 
     722 
     723.forum-topic 
     724{ 
     725        padding: 10px; 
     726        border:1px solid silver; 
     727        margin-bottom: 10px; 
     728}