????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.190.158.76 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,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, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/appsrv.astacus.se/apps/school/www_old2/css/ |
Upload File : |
@charset "UTF-8"; /* CSS Document */ .shared_style_unselectable { -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } #shared_style_tblMainiPadHeader { background: #000000; width: 100%; height: 50px; border: 1px; cellspacing: 0px; cellpadding: 0px; font-size:22px; font-family: "Arial Rounded MT Bold"; color:#FFFFFF; font-weight:bold; text-shadow:0 -1px 0 rgba(0,0,0,0.5); line-height:30px; } #shared_style_tblMainiPadFooter { background: #000000; width: 100%; height: 60px; border: 1px; cellspacing: 0px; cellpadding: 0px; font-family: "Arial Rounded MT Bold"; } .shared_style_buttonsFooter { width: 60px; height: 55px; font-size: 20px; text-align: center; border-radius: 28px; background-image: -webkit-linear-gradient(yellow, green); /* For Safari 5.1 to 6.0 */ background-image: -o-linear-gradient(yellow, green); /* For Opera 11.1 to 12.0 */ background-image: -moz-linear-gradient(yellow, green); /* For Firefox 3.6 to 15 */ background-image: linear-gradient(yellow, green); /* Standard syntax */ /*background: -webkit-linear-gradient(yellow, green);*/ /* For Safari 5.1 to 6.0 */ /*background: -o-linear-gradient(yellow, green);*/ /* For Opera 11.1 to 12.0 */ /*background: -moz-linear-gradient(yellow, green);*/ /* For Firefox 3.6 to 15 */ /*background: linear-gradient(yellow, green);*/ /* Standard syntax */ } .shared_style_buttonsFooterForAndroid { width: 60px; height: 55px; font-size: 20px; text-align: center; border-radius: 28px; border-color:lightgreen;/*this is only additional from above footer style*/ background-image: -webkit-linear-gradient(yellow, green); /* For Safari 5.1 to 6.0 */ background-image: -o-linear-gradient(yellow, green); /* For Opera 11.1 to 12.0 */ background-image: -moz-linear-gradient(yellow, green); /* For Firefox 3.6 to 15 */ background-image: linear-gradient(yellow, green); /* Standard syntax */ } #shared_style_messagebox_background { background:-webkit-linear-gradient(yellow, red); border-radius: 23px; box-shadow: 25px 25px 10px #888888; opacity: 0.9; } .shared_style_text1/* change to shared_style_options_blue */ { padding-left: 10px; color: blue; font-size: 24px; font-weight:bold; font-family: 'Arial Rounded MT Bold'; } .shared_style_blue { color: #0F23DB; font-size: 24px; font-weight:bold; font-family: 'Arial Rounded MT Bold'; } .shared_style_options_red_paddingLeft_10 { padding-left: 10px; color: red; font-size: 24px; font-weight:bold; font-family: 'Arial Rounded MT Bold'; } .shared_style_options_red { color: red; font-size: 24px; font-weight:bold; font-family: 'Arial Rounded MT Bold'; } .shared_style_options_green { color: green; font-size: 24px; font-weight:bold; font-family: 'Arial Rounded MT Bold'; } .shared_style_textBlack { color: black; font-size: 24px; font-weight:bold; font-family: 'Arial Rounded MT Bold'; } .shared_style_options_yellow { color: yellow; font-size: 24px; font-weight:bold; font-family: 'Arial Rounded MT Bold'; } .shared_style_options_orange { color: orange; font-size: 24px; font-weight:bold; font-family: 'Arial Rounded MT Bold'; } .shared_style_options_grey { color: grey; font-size: 24px; font-weight:bold; font-family: 'Arial Rounded MT Bold'; } .shared_style_options_brown { color: brown; font-size: 24px; font-weight:bold; font-family: 'Arial Rounded MT Bold'; } .shared_style_options_purple { color: purple; font-size: 24px; font-weight:bold; font-family: 'Arial Rounded MT Bold'; } .shared_style_options_blue { color: blue; font-size: 24px; font-weight:bold; font-family: 'Arial Rounded MT Bold'; } .shared_style_note_lightMagenta { color: #FF4DFF; font-size: 18px; font-weight:bold; font-family: 'Arial Rounded MT Bold'; } .shared_style_text2 { font-size: 40px; color: red; font-family: 'Arial Rounded MT Bold'; } .shared_style_textRed { color: red; } .shared_style_tagText_blue { color: blue; font-size: 18px; font-weight:bold; font-family: 'Arial Rounded MT Bold'; } .shared_style_tagText_green { color: green; font-size: 18px; font-weight:bold; font-family: 'Arial Rounded MT Bold'; } .shared_style_tableHeading_Black { padding-left: 10px; color: black; font-size: 24px; font-weight:bold; font-family: 'Arial Rounded MT Bold'; } .shared_style_animation_show_success { -webkit-animation:scaleImage 3s; animation:animation:scaleImage 3s; } /* Chrome, Safari, Opera */ @-webkit-keyframes scaleImage { from { -webkit-transform: scale(0.1) } to { -webkit-transform: scale(1.0) } } /* Standard syntax */ @keyframes scaleImage { from { -webkit-transform: scale(0.1) } to { -webkit-transform: scale(1.0) } } /*.shared_style_animation_show_success { -webkit-animation:scaleImage; -webkit-animation-duration:3s; } @-webkit-keyframes scaleImage { from { -webkit-transform: scale(0.1) } to { -webkit-transform: scale(1.0) } }*/ #shared_id_div_claps_image { position: absolute; visibility: hidden; z-index: 99; opacity: 0.9; }