/********* Do not edit this file *********/
/*
My Custom CSS - Maked by Salvatore Noschese
a.k.a. L'altroWeb - https://laltroweb.it/
*/
/********* Do not edit this file *********/

/* add background texture */
body {
  background: url("/wp-content/themes/photonexus/images/background/lightpaperfibers.png") repeat scroll 0 0 transparent;
}

/* restyle subpage boxes */
.subpage a:hover {
    text-decoration: none !important;
    opacity: 0.5;
}

.subpage {
    border: 1px solid #DADADA;
    float: left;
    margin: 4px;
    min-height: 176px;
    overflow: hidden;
    padding: 5px;
    width: 150px;
}

#contents .post-title h1 {
    font-size: 34px;
    font-weight: normal;
    text-shadow: 0 1px 0 #DBDBDB;
}