<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
css3.css - CMS Template - ver. 3.4.0
Emersion Software 
*/

/* --- CUSTOMIZED --- */
#back-top a {transition:1s;}
#back-top span {border-radius:5px;transition:1s;}

/*
.mail {background:linear-gradient(135deg,#e34e14,#981c7e) !important;}
*/
.aside .object {background:linear-gradient(0deg,#fff,#eee) !important;}

/* texts */
.multicolumn {column-width:300px;column-gap:30px;}
.text-shadow {text-shadow:0px 2px 1px #a65617;}

/* --- ROUNDED STYLE --- 

#page-wrapper, #page {border-radius:8px;}
.frame {border-radius:5px;}
.smart-boxes .sbox {border-radius:5px;}

img.img {border-radius:5px;}

#fulltext .inp {border-top-left-radius:0px;border-bottom-left-radius:0px;border-top-right-radius:0;border-bottom-right-radius:0;}
#fulltext .button-img {border-top-right-radius:0px;border-bottom-right-radius:0px;}

.cal table th, .cal table td {border-radius:3px;}

fieldset {border-radius:8px;}
input.inp, textarea, select {border-radius:4px;}

.poll img.bar {border-top-right-radius:5px;border-bottom-right-radius:5px;}

.top-article {border-radius:5px;}
ul.pager li a {border-radius:3px;}

.button {border-radius:3px;}
*/


/* --- GENERAL --- */

/* zebra table */
table.formatted tr:nth-of-type(even) {background-color:#eee;}
table.formatted tr:nth-of-type(odd) {;}
table.formatted tr:hover {background-color:#fef8c1;}

/* rounded corners */
.top-rounded {border-top-left-radius:5px;border-top-right-radius:5px;} 
.right-rounded {border-top-right-radius:7px;border-bottom-right-radius:7px;}
.bottom-rounded {border-bottom-left-radius:7px;border-bottom-right-radius:7px;}
.left-rounded {border-top-left-radius:7px;border-bottom-left-radius:7px;}

/* box shadows */
.box-shadow {box-shadow:0px 0px 10px rgba(0,0,0,0.2);}

</pre></body></html>