HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux vmi3050980 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
User: gurumedia_st_usr (1012)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/gurumedia_st_usr/data/www/gurumedia.store/frd-public/theme/asset/css/addimg_priveiw.css
#img_preview1,#img_preview2,#img_preview3,#img_preview4{
	  width: 100%;
	  height: 200px;
	  position: relative;
	  overflow: hidden;
	  color: #ecf0f1;
    border: 1px solid #047128;
    border-radius:5px;  
    cursor: pointer; 
    margin: 7px;
    
	}
	#img_preview1 input , #img_preview2 input,#img_preview3 input,#img_preview4 input{
	  line-height: 200px;
	  font-size: 200px;
	  position: absolute;
	  opacity: 0;
	  z-index: 10;
	}
	#img_preview1 label,#img_preview2 label,#img_preview3 label,#img_preview4 label {
	  position: absolute;
	  z-index: 5;
	  opacity: 0.9;
	  background-color: rgba( 3, 77, 27, 0.46 );
	  width: 200px;
	  height: 50px;
	  font-size: 20px;
	  line-height: 50px;
	  text-transform: uppercase;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  margin: auto;
	  text-align: center;
     
	}