Notifications - Nature themed v2

Unmaintained Notifications - Nature themed v2 2013-07-02

No permission to download
naturegreenpreview1.webp
naturegreenpreview2.webp


Summary You will need to have Notifications - powered by Gritter - Developed by Chris Deeming to use this.

This is based off the design found here except I made some changes to warrant it being released separately. This is another notifications which will expand with the amount of text you add so it's another fluid notification. What differs with the design is that I re-worked the avatar area, Removed the orbs and re-designed the ribbons curls. As well as that I created and added a carbon pattern to the background and tweaked some of the css up by adding some text-shadowing.

Additional Notes: Because the notification add-on allows for multiple placements you may need to alter the css a little but these are designed and css for placements in the bottom-right.

Install Upload the images in the archive and put them in your /icons folder. You will then have to create your notification and use the custom field and insert "gamerfluidgreen2" without the quotes. and then paste the following into your Extra.css template and done.

Code:
/* NATURE THEMED FLUID 2 NOTIFICATION */

.gamerfluidgreen2 .gritter-top {
  background: url("@imagePath/xenforo/icons/gamefluidgreen2_notifications_top.png") no-repeat scroll transparent;
  width: 250px;
  height: 137px; }

.gamerfluidgreen2 .gritter-item {
  background: url("@imagePath/xenforo/icons/gamefluidgreen2_notifications_center.png") repeat-y scroll transparent;
  border-radius: 0;
  margin: 0 0 0;
  padding-top: 0;}

.gamerfluidgreen2 .gritter-bottom {
  background: url("@imagePath/xenforo/icons/gamefluidgreen2_notifications_bottom.png") no-repeat scroll transparent;
  width: 250px;
  height: 43px; }

.gamerfluidgreen2 .gritter-image {
  margin-left: 65px;
  width: 96px;
  height: 96px;
  border: 0px solid #242424;
  background-color: transparent;
  border-radius: 3px;
  position: absolute;
  top: -117px; }

.gamerfluidgreen2 .gritter-with-image {
  width: 220px;
  margin-right: 55px;
  padding-top: 10px; }

.gamerfluidgreen2 .gritter-dismiss {
  padding-right: 100px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  bottom: -30px;
  text-shadow: 0 0 0 transparent, 0 1px 3px #1a2a05; }
 
.gamerfluidgreen2 .gritter-dismiss a { color: #f7e5cf; text-decoration: none; }
 
.gamerfluidgreen2 .gritter-dismiss:hover {opacity: 0.6;}

.gamerfluidgreen2 .gritter-title {
  color: #e8f7d2;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 0 0 transparent, 0 1px 2px #1a2a05; }
 
.gamerfluidgreen2 .gritter-item p { color: #d0e4b5; }

.gamerfluidgreen2 .gritter-close {
  background: url("@imagePath/xenforo/icons/gamerfluidgreen2close.png") no-repeat scroll left top transparent;
  width: 99px;
  height: 25px;
  right: 128px;
  top: -161px;}
   
/* NATURE THEMED FLUID 2 NOTIFICATION */

Conditions of use: This pack may be used on forums, websites but cannot be redistributed or repackaged in any way shape or form for any reason without prior consent of the author.
Author
Shelley
Downloads
23
Views
582
First release
Last update

Ratings

0.00 star(s) 0 ratings
Top Bottom