Server : Apache/2.4.18 (Ubuntu) System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64 User : oppastar ( 1041) PHP Version : 7.0.33-0ubuntu0.16.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Directory : /var/www/laciasmara.com/public_html/ |
Upload File : |
@charset "UTF-8"; /* CSS Document */ @font-face { font-family: 'myfont'; src: url('fontswebfont.eot'); /* IE9 Compat Modes */ src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('webfont.woff') format('woff'), /* Modern Browsers */ url('fonts/gothic.ttf') format('truetype'), /* Safari, Android, iOS */ url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */ } * { margin: 0; padding: 0; } body, html { /* display: table; */ width: 100%; height: 100%; margin: 0 auto; } body { background-color: #fff; font-family: Roboto, Arial, Helvetica, sans-serif; font-size: 12px; color: #b4b4b4; line-height: 1.7em; } #wrapp_all { display: table-cell; vertical-align: middle; } a { color: #f06143; text-decoration: none; } a:hover { text-decoration: underline; } #wrapper { width: 100%; height: 100%; margin-left: auto; margin-right: auto; position: relative; background-size: 100%; } #yes { position: absolute; top: 420px; margin-left: 305px; width: 50px; height: 50px; } #no { position: absolute; top: 420px; margin-left: 385px; width: 50px; height: 50px; } /*---------left column-----------*/ #left { float: left; width: 600px; height: 565px; } #logo { width: 600px; height: 149px; float: left; background-color: #282828; } #logo a { width: 281px; height: 149px; margin-left: auto; margin-right: auto; display: block; } #menublock { width: 600px; height: 28px; float: left; background-color: #282828; } ul#menu { list-style-type: none; width: 372px; height: 28px; margin-left: auto; margin-right: auto; border-top: #2f2f2f solid 2px; } ul#menu li { float: left; margin-right: 27px; } ul#menu li#first { margin-left: 71px; } ul#menu li a { text-decoration: none; color: #bdbdbd; font-family: Arial, Helvetica, sans-serif; font-size: 13px; } ul#menu li a:hover { color: white; } ul#menu li.current a { color: white; } #content { width: 600px; height: 368px; float: left; background-color: #282828; } #content_inner { padding-left: 25px; padding-right: 25px; padding-top: 10px; } body#story #content_inner { padding-left: 25px; padding-right: 25px; padding-top: 50px; } body#brands #content_inner { padding-left: 25px; padding-right: 25px; padding-top: 30px; } body#contact #content_inner { padding-left: 25px; padding-right: 25px; padding-top: 50px; } h2 { color: #f06143; margin-bottom: 10px; font-family: myfont; font-weight: normal; font-size: 19px; } p { margin-bottom: 10px; } #footer { width: 600px; height: 20px; float: left; background-color: #282828; text-align: center; } #footer p { font-size: 10px; color: #595959; } /*-----------right column-------------*/ #right { float: left; width: 600px; height: 565px; background-color: #282828; } /* Clearfix */ .clearfix:after { clear: both; display: block; content: '.'; height: 0; visibility: hidden; } * html > body .clearfix { width: 100%; display: block; } * html .clearfix { height: 1%; }