HEX
Server: Apache
System: Linux dev.epsylon.net 3.10.0-1160.144.1.el7.tuxcare.els2.x86_64 #1 SMP Sun Feb 15 11:22:42 UTC 2026 x86_64
User: nexper (1054)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nexper/public_html/sites/all/themes/danland/local.css
/* $Id: local_sample.css,v 1.1 2010/04/08 17:16:16 danprobo Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */


/*
The Login | Register links and the RSS button can be removed by adding the following code to the local.css file:
*/
#authorize {
display: none;
}

#notice {
display: none;
}


/*To remove only the Login | Register links, use this code:*/
/*
#authorize ul {
display: none;
}*/

/*To disable only the Login link, you can add this*/
/*
#authorize ul li.first{
display:none;
}
*/
/*To disable only the Register link, you can add this*/
/*
#authorize ul li{
display:none;
}
#authorize ul li.first{
display:block;
}
*/

/*To disable only the rss feed button, you can add this*/
.feed-wrapper {
display:none;
}