Jump to content

css mime type


es131245

Recommended Posts

I connect to server by ssh.Editing whole sites in ee text editor.Now im making fileshare and file editor on php.File share displays mime types =)I saw 1 strange thing...style.css for my site looks like

@charset "UTF-8";@font-face{font-family:YesAllegretto;src:url('/source/fonts/allegretto.ttf'),url('/source/fonts/allegretto.eot');}@font-face{font-family:YesComic;src:url('/source/fonts/comic.ttf'),url('/source/fonts/comic.eot');}@font-face{font-family:YesPalladio;src:url('/source/fonts/palladio.ttf'),url('/source/fonts/palladio.eot');}@font-face{font-family:YesSerif;src:url('/source/fonts/serif.ttf'),url('/source/fonts/serif.eot');}html{background-color:white;height:100%;overflow-y:scroll;width:100%;}body{font-family:YesComic;font-size:18px;height:100%;margin:0;width:100%;}table.page{background-color:white;border-collapse:collapse;height:100%;width:100%;}table.page tr.head td.head{width:100%;padding:0;}table.page tr.head td.head table.head{background-color:#79f;border-radius:5px;height:100%;width:100%;}table.page tr.head td.head table.head tr td.clock{background-color:#8fafff;border:thin solid #9af;border-radius:5px;color:#222;font-size:12px;font-style:italic;font-weight:normal;text-align:center;line-height:20px;text-shadow:0 0 8px white;width:125px;}table.page tr.head td.head table.head tr td.clock span#stamp{display:none;}table.page tr.head td.head table.head tr td.heading{padding-left:125px;text-align:left;}table.page tr.head td.head table.head tr td.heading h1{color:#bdf;font-family:YesSerif;font-size:35px;margin:0;text-shadow:0 0 3px blue;}table.page tr.head td.head table.head tr td.authorization{background-color:#8fafff;border:thin solid #9af;border-radius:5px;color:blue;font-size:18px;font-weight:bold;width:125px;}table.page tr.head td.head table.head tr td.authorization form {margin:0;padding:0;}table.page tr.head td.head table.head tr td.authorization form fieldset {border-style:none;margin:0;padding:0;}table.page tr.head td.head table.head tr td.authorization form fieldset table{empty-cells:hide;}table.page tr.head td.head table.head tr td.authorization form fieldset table tr td{text-align:center;font-size:14px;line-height:0;}table.page tr.head td.head table.head tr td.authorization form fieldset table tr td input.text{background-color:#abc;border-radius:5px;border:thin outset gray;color:green;font-size:12px;font-weight:bold;text-align:center;width:90px;box-shadow:0 0 2px #777,inset 0 0 2px #89a;}table.page tr.head td.head table.head tr td.authorization form fieldset table tr td input.text:hover{background-color:#cdf;border-style:inset;box-shadow:0 0 2px #33f,inset 0 0 3px gray;}table.page tr.head td.head table.head tr td.authorization form fieldset table tr td a img:hover{background-color:#cdf;border-style:inset;box-shadow:0 0 2px #33f,inset 0 0 2px #cde;}table.page tr.head td.head table.head tr td.authorization form fieldset table tr td a img,table.page tr.head td.head table.head tr td form fieldset table tr td input.submit{background-color:#abc;border:thin outset gray;border-radius:5px;vertical-align:bottom;box-shadow:0 0 2px #777,inset 0 0 2px #89a;}table.page tr.head td.head table.head tr td.authorization form fieldset table tr td a img:hover,table.page tr.head td.head table.head tr td.authorization form fieldset table tr td input.submit:hover{background-color:#cdf;border-style:inset;box-shadow:0 0 2px #55f,inset 0 0 2px #cde;}table.page tr.head td.head table.head tr td.authorization form fieldset table tr td p{display:none;}table.page tr.head td.head table.head tr td.authorization table{border-collapse:collapse;height:100%;width:125px;}table.page tr.head td.head table.head tr td.authorization table tr td{line-height:0;}table.page tr.head td.head table.head tr td.authorization table tr td input[readonly][disabled]{background-color:transparent;border-style:none;color:#444;cursor:default;font-weight:600;text-align:center;text-shadow:0 0 3px white;width:90px;}table.page tr.head td.head table.head tr td.authorization table tr td a img{background-color:#afbfcf;border:thin outset gray;border-radius:5px;box-shadow:0 0 2px #555,inset 0 0 2px #89a;}table.page tr.head td.head table.head tr td.authorization table tr td a img:hover{background-color:#cdf;border-style:inset;box-shadow:0 0 2px #33f,inset 0 0 2px #cde;}table.page tr.navigation td.navigation{width:100%;padding:0;}table.page tr.navigation td.navigation table.navigation{background-color:#abf;border-radius:5px;width:100%;}table.page tr.navigation td.navigation table.navigation:hover{background-color:#9af;}table.page tr.navigation td.navigation table.navigation tr td{border-radius:5px;text-align:center;}table.page tr.navigation td.navigation table.navigation tr td:hover{background-color:#bcf;box-shadow:inset 0 0 5px #9af;cursor:pointer;}table.page tr.navigation td.navigation table.navigation tr td.extra{background-color:#2a2;box-shadow:0 0 2px white,inset 0 0 5px white;width:26px;}table.page tr.navigation td.navigation table.navigation tr td.extra ul#extra{background-color:#2a2;border-radius:5px;box-shadow:inset 0 0 5px white;display:none;list-style-type:none;margin:0;margin-left:-107px;padding:0;position:absolute;text-align:center;width:135px;}table.page tr.navigation td.navigation table.navigation tr td.extra:hover ul#extra{display:block;}table.page tr.navigation td.navigation table.navigation tr td.extra ul#extra li a{color:#00f;text-shadow:0 0 5px white,0 0 1px blue;}table.page tr.navigation td.navigation table.navigation tr td.extra ul#extra li:hover a{color:white;text-shadow:0 0 5px blue;}table.page tr.navigation td.navigation table.navigation tr td a{color:#00b;font-family:YesSerif;font-weight:400;text-decoration:none;}table.page tr.navigation td.navigation table.navigation:hover tr td a{text-shadow:0 0 1px blue;}table.page tr.navigation td.navigation table.navigation tr td:hover a{color:white;text-shadow:0 0 5px blue;}table.page tr.navigation td.navigation table.navigation tr td a img{border-style:none;}table.page tr.navigation td.navigation table.navigation.panel{background-color:#a00;border-radius:5px;text-align:center;width:100%;}table.page tr.navigation td.navigation table.navigation.panel:hover{background-color:#900;}table.page tr.navigation td.navigation table.navigation.panel tr td{border-radius:5px;}table.page tr.navigation td.navigation table.navigation.panel tr td:hover{background-color:#f60;}table.page tr.navigation td.navigation table.navigation.panel tr td a{color:#ff0;font-family:YesSerif;font-weight:400;text-decoration:none;}table.page tr.body{height:100%;}table.page tr.body td.body{width:100%;}table.page tr.body td.body table.body{border-radius:5px;height:100%;width:100%;}table.page tr.body td.body table.body tr th{font-size:18px;}table.page tr.body td.body table.body tr td#content{color:black;font-family:YesComic;font-size:15px;padding:25px;}table.page tr.body td.body table.body tr td#content a,table.page tr.body td.body table.body tr td#content a:active,table.page tr.body td.body table.body tr td#content a:link,table.page tr.body td.body table.body tr td#content a:visited{color:blue;text-decoration:none;}table.page tr.body td.body table.body tr td#content a img{border-style:none;}table.page tr.body td.body table.body tr td#content a:hover{text-decoration:underline;}table.page tr.body td.body table.body tr td#content fieldset{border-style:none;}table.page tr.body td.body table.body tr td#content h1,table.page tr.body td.body table.body tr td#content h2,table.page tr.body td.body table.body tr td#content h3,table.page tr.body td.body table.body tr td#content h4,table.page tr.body td.body table.body tr td#content h5,table.page tr.body td.body table.body tr td#content h6{color:black;font-family:YesSerif;}table.page tr.body td.body table.body tr td#content h2{text-indent:250px;}table.page tr.body td.body table.body tr td#content h3{text-indent:200px;}table.page tr.body td.body table.body tr td#content h4{text-indent:150px;}table.page tr.body td.body table.body tr td#content h5{text-indent:100px;}table.page tr.body td.body table.body tr td#content h6{text-indent:50px;}table.page tr.body td.body table.body tr td#content img{border-style:none;}table.page tr.body td.body table.body tr td#content p{text-indent:25px;}table.page tr.body td.body table.body tr td#content table{background-image:url('/source/images/rough.png');border:thin solid gray;border-radius:5px;box-shadow:0 0 25px gray,inset 0 0 10px gray;margin:25px auto;text-align:center;}table.page tr.body td.body table.body tr td#content table tr td{padding:3px 5px;}table.page tr.body td.body table.body tr td#content table tr td.price{color:green;}table.page tr.body td.body table.body tr td#content table tr td span.blink{color:red;text-decoration:blink;}table.page tr.body td.body table.body tr td#content table tr td span.underline{text-decoration:underline;}table.page tr.footer td.footer{height:50px;padding:0;width:100%;}table.page tr.footer td.footer table.footer{border-collapse:collapse;height:100%;width:100%;}table.page tr.footer td.footer table.footer tr{height:100%;}table.page tr.footer td.footer table.footer tr td{background-color:#79f;border-radius:5px;color:white;cursor:default;font-family:YesSerif;font-size:14px;height:100%;line-height:14px;text-align:center;text-shadow:-1px -1px 2px black;width:100%;}table.page tr.footer td.footer table.footer tr td h1{font-size:14px;font-style:italic;margin-top:5px;}

but that file mime type is text/plain but css files should be text/csswhats wrong?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...