Unfortunately it was not possible to simply exchange the pictures in the graphite, which I actually wanted. The icons definitely have to have a certain size. Actually they should be 64x64px. But I found that too extreme. Therefore I put the icons on a background button, so that you can still see all details.
Inherits from: prosilver (Prosilver of phpbb version 3.2.10 must be installed)
A small picture can be inserted to the left and right of the image bar in the copyright section. But I'm definitely not gonna give any more support for this staff (santa hats are inserted). For other problems, you can of course write requests here.
Some extension adjustments I have added in my forum.
Demo and Download
Changes in Version 3.2.6
* 1 Event moved in the index_body.html (the activity24hours ext. does not need any adjustment anymore)
* Border-colors new adapted for pm
* Inserted missing code for box-shadow
* Corrected mistake for the foren- and topic icons (double code for min-height)
Graphit-Xmas Css for the collapsible categories
Code: Select all
/* Import base collapsible categories stylesheet */
@import url('../../all/theme/collapsiblecategories.css');
/* Styling overrides for Graphit-Xmas theme */
/* Collapse button */
.collapse-btn {
background-color: #696868; /* Old browsers */
background-image: -moz-linear-gradient(top, #696868, #CCCCCC); /* FF3.6-15 */
background-image: -webkit-linear-gradient(top, #696868, #CCCCCC); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #696868, #CCCCCC); /* opera 11.10+ */
background-image: linear-gradient(to bottom, #696868, #CCCCCC); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#696868', endColorstr='#CCCCCC',GradientType=0 ); /* IE6-9 */
border: 1.9px solid #F9F9F9; /* Button border color */
margin: -19px 3px 0 0;
}
.collapse-btn:after,
.collapse-btn:before {
border-color: #A60D33; /* Symbol bg color */
}
.collapse-btn:hover,
.collapse-btn:hover:after,
.collapse-btn:hover:before {
background-color: #E9E9E9; /* Old browsers */
background-image: -moz-linear-gradient(top, #544f50, #696868); /* FF3.6-15 */
background-image: -webkit-linear-gradient(top, #544f50, #696868); /* Chrome10-25,Safari5.1-6 */
background-image: -o-linear-gradient(top, #544f50, #696868); /* opera 11.10+ */
background-image: linear-gradient(to bottom, #544f50, #696868); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#544f50', endColorstr='#696868',GradientType=0 ); /* IE6-9 */ /* Button hover color */
border: 1.9px solid #F9F9F9; /* Button border color */
}