Rem: Unterschied zwischen den Versionen

Aus Spiritwiki
Zeile 21: Zeile 21:
     padding: 0.1em;
     padding: 0.1em;
     overflow: auto;
     overflow: auto;
}
<br> <historylink type="back" style="font-family: Arial, Helvetica, sans-serif;
font-size: 14px;  color: #ffffff; padding: 4px 8px; float:right;
background: -moz-linear-gradient( top, #fcf9fc 0%, #6a75eb);
background: -webkit-gradient( linear, left top, left bottom,
from(#fcf9fc), to(#6a75eb));
-moz-border-radius: 30px; -webkit-border-radius: 30px;
border-radius: 30px; border: 3px solid #ffffff;
-moz-box-shadow: 0px 3px 11px rgba(240,237,240,0.5),
inset 0px 0px 1px rgba(000,145,255,1);
-webkit-box-shadow: 0px 3px 11px rgba(240,237,240,0.5),
inset 0px 0px 1px rgba(000,145,255,1);
box-shadow: 0px 3px 11px rgba(240,237,240,0.5),
inset 0px 0px 1px rgba(000,145,255,1);
text-shadow: 0px -1px 0px rgba(000,000,000,0.2),
0px 1px 0px rgba(255,255,255,0.3);"
> zurück </historylink>
.btn {
  background: #99c1db;
  background-image: -webkit-linear-gradient(top, #99c1db, #76a9c9);
  background-image: -moz-linear-gradient(top, #99c1db, #76a9c9);
  background-image: -ms-linear-gradient(top, #99c1db, #76a9c9);
  background-image: -o-linear-gradient(top, #99c1db, #76a9c9);
  background-image: linear-gradient(to bottom, #99c1db, #76a9c9);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.btn:hover {
  background: #accce0;
  background-image: -webkit-linear-gradient(top, #accce0, #568eb3);
  background-image: -moz-linear-gradient(top, #accce0, #568eb3);
  background-image: -ms-linear-gradient(top, #accce0, #568eb3);
  background-image: -o-linear-gradient(top, #accce0, #568eb3);
  background-image: linear-gradient(to bottom, #accce0, #568eb3);
  text-decoration: none;
}
}
[[Category:-]]
[[Category:-]]

Version vom 4. Dezember 2017, 18:28 Uhr

('größtes Ei')

  1. Namshe-Yeshe-Belehrungen über die Unterscheidung zwischen Bewusstsein und Weisheit
  2. Nirvanasutra
  3. Der Mahamudra-Weg - Teil 1: Die Grundübungen Von Künzig Shamar Rinpoche

Die Mudra (Sanskrit, f., मुद्रा, mudrā, urspr.: „Siegel“) ist eine symbolische Handgeste (Handbewegung, Handstellung) Zu einem Mudra im tantrischen Buddhismus gehören immer ein Mantra und Mandala. Zusammen bilden sie die drei Geheimnisse des Universums, Gedanke, Wort und Tat (jap. Sanmitsu).

  1. Mudra
  2. Mudra: Symbol, Siegel, Geste, mystische Stellung der Hände
  3. ...#
  4. Mudras

Tantra Der Hinduismus unterscheidet eine Vielfalt von Tantraklassen.

textarea {

   border: 1px solid #2f6fab;
   color: Black;
   background-color: white;
   width: 100%;
   padding: 0.1em;
   overflow: auto;

}


<historylink type="back" style="font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; padding: 4px 8px; float:right; background: -moz-linear-gradient( top, #fcf9fc 0%, #6a75eb); background: -webkit-gradient( linear, left top, left bottom, from(#fcf9fc), to(#6a75eb)); -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px; border: 3px solid #ffffff; -moz-box-shadow: 0px 3px 11px rgba(240,237,240,0.5), inset 0px 0px 1px rgba(000,145,255,1); -webkit-box-shadow: 0px 3px 11px rgba(240,237,240,0.5), inset 0px 0px 1px rgba(000,145,255,1); box-shadow: 0px 3px 11px rgba(240,237,240,0.5), inset 0px 0px 1px rgba(000,145,255,1); text-shadow: 0px -1px 0px rgba(000,000,000,0.2), 0px 1px 0px rgba(255,255,255,0.3);" > zurück </historylink>

.btn {

 background: #99c1db;
 background-image: -webkit-linear-gradient(top, #99c1db, #76a9c9);
 background-image: -moz-linear-gradient(top, #99c1db, #76a9c9);
 background-image: -ms-linear-gradient(top, #99c1db, #76a9c9);
 background-image: -o-linear-gradient(top, #99c1db, #76a9c9);
 background-image: linear-gradient(to bottom, #99c1db, #76a9c9);
 -webkit-border-radius: 7;
 -moz-border-radius: 7;
 border-radius: 7px;
 text-shadow: 1px 1px 3px #666666;
 font-family: Arial;
 color: #ffffff;
 font-size: 16px;
 padding: 10px 20px 10px 20px;
 text-decoration: none;

}

.btn:hover {

 background: #accce0;
 background-image: -webkit-linear-gradient(top, #accce0, #568eb3);
 background-image: -moz-linear-gradient(top, #accce0, #568eb3);
 background-image: -ms-linear-gradient(top, #accce0, #568eb3);
 background-image: -o-linear-gradient(top, #accce0, #568eb3);
 background-image: linear-gradient(to bottom, #accce0, #568eb3);
 text-decoration: none;

}