diff -r 000000000000 -r d970ebf37754 wp/wp-content/plugins/wp-filemanager/incl/phpfm.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-content/plugins/wp-filemanager/incl/phpfm.css Wed Nov 06 03:21:17 2013 +0000 @@ -0,0 +1,22 @@ +font.headline { font-family : Tahoma, serif; font-size : 25pt; color : #000000; font-weight : bold; background-color: transparent; } +font.iheadline { font-family : Tahoma, serif; font-size : 10pt; color : #FFFFFF; font-weight : bold; background-color: transparent; } +table.top { width: 100%; background-color: transparent; } +table.bottom { width: 100%; border-top : 1px solid #000000; font-family : Tahoma, serif; font-size : 8pt; background-color: transparent; } +table.index { background-color : #F4F4F4; color : #000000; border : 1px solid #000000; font-family : Tahoma, serif; font-size : 8pt; } +table.directories { font-family : Tahoma, serif; font-size : 10pt; background-color: transparent; } +table.files { + font-family : Tahoma, serif; + font-size : 10pt; + background-color: transparent; + text-align: left; +} +table.menu { font-family : Tahoma, serif; font-size : 10pt; background-color: transparent; } +table.upload { font-family : Tahoma, serif; font-size : 8pt; background-color: transparent; } +table.output { font-family : Tahoma, serif; font-size : 8pt; background-color : #EEEEEE; color : #000000; } +td.iheadline { background-color : #6699CC; border-bottom : 1px solid #000000; } +td.fbborder { border-right : 1px solid #000000; background-color: transparent; } +input { background-color : #DDDDDD; border : 1px solid #000000; font-family : Tahoma, serif; font-size : 8pt; color : #000000; } +input.button { width : 50px; } +input.bigbutton { width : 100px; } +textarea { background-color : #FFFFFF; color : #000000; border : 1px solid #000000; font-family : Tahoma, serif; font-size : 10pt; } +.bold { font-weight : bold; background-color: transparent; } \ No newline at end of file