/* Подключение:
<link href="{THEME}/style/noteclassic.css" type="text/css" rel="stylesheet" />
Закинуть картинки в путь:
/engine/skins/images/noteclassic/
*/

/*
Description: WP-Note CSS File
Author: Luke
Author URI: http://geeklu.com
Date:2009-01-02
Modified Date:2009-12-29
*/

.noteclassic,
.noteimportant,
.notewarning,
.notetip,
.notehelp,
.noteparts {
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px 20px 20px 0px;
  padding: 15px 40px 15px 100px;
  border: 5px solid #ececec;

  /*Set the position of the background image*/
  background-position: top 16px left 20px;
  background-repeat: no-repeat;
  text-align: left;
}

.noteclassic {
  background-color: #eef;
  background-image: url(/engine/skins/images/noteclassic/note-note.png);
}

.noteimportant {
  background-color: rgb(255, 180, 60);
  background-image: url(/engine/skins/images/noteclassic/note-important.png);
}

.notewarning {
  background-color: #fdd;
  background-image: url(/engine/skins/images/noteclassic/note-warning.png);
}

.notetip {
  background-color: rgb(255, 241, 218);
  background-image: url(/engine/skins/images/noteclassic/note-tip.png);
}

.notehelp {
  background-color: #d8f3c9;
  background-image: url(/engine/skins/images/noteclassic/note-help.png);
}

.noteparts {
  background-color: rgb(255, 250, 208);
  background-image: url(/engine/skins/images/noteclassic/note-parts.png);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.8em;
}
