Tutorials

Eine immer größer werdende Tutorialdatenbank.

PHP-Fusion Core

Aktuelle PHP-Fusion Vollversionen und Updates

Addon Downloads

Alle Downloads garantiert Kostenlos

Support 24/7

24 Stunden, 7 Tage die Woche, das ganze Jahr.

Blockquote Style
Kategorie: CSS
PHP-Fusion Version: Keine
Quelle: code-tricks.com
Schwierigkeitsgrad:
Ein schickes Zitate Styling.

Faq

HTML-Code
GeSHi: HTML
  1. Morbi placerat imperdiet risus quis blandit. Ut lobortis elit luctus, feugiat erat vitae, interdum diam. Nam sit amet arcu vitae justo lacinia ultricies nec eget tellus. Curabitur id sapien massa. In hac <a href="#">habitasse</a> platea dictumst. Integer tristique leo consectetur libero pretium pretium. Nunc sed mauris magna. Praesent varius purus id turpis iaculis iaculis. Nulla <em>convallis magna nunc</em>, id rhoncus massa ornare in. Donec et feugiat sem, ac rhoncus mauris. Quisque eget tempor massa.
gewandelt in 0.001 Sekunden, benutzt wurde GeSHi 1.0.8.10

CSS
GeSHi: CSS
  1. blockquote{
  2. display:block;
  3. background: #fff;
  4. padding: 15px 20px 15px 45px;
  5. margin: 0 0 20px;
  6.  
  7. /*Font*/
  8. font-family: Georgia, serif;
  9. font-size: 16px;
  10. line-height: 1.2;
  11. color: #666;
  12. text-align: justify;
  13.  
  14. /*Borders - (Optional)*/
  15. border-left: 15px solid #c76c0c;
  16. border-right: 2px solid #c76c0c;
  17.  
  18. /*Box Shadow - (Optional)*/
  19. -moz-box-shadow: 2px 2px 15px #ccc;
  20. -webkit-box-shadow: 2px 2px 15px #ccc;
  21. box-shadow: 2px 2px 15px #ccc;
  22. }
  23.  
  24. blockquote::before{
  25. content: "\201C"; /*Unicode for Left Double Quote*/
  26.  
  27. /*Font*/
  28. font-family: Georgia, serif;
  29. font-size: 60px;
  30. font-weight: bold;
  31. color: #999;
  32.  
  33. /*Positioning*/
  34. position: absolute;
  35. left: 30px;
  36. top:15px;
  37. }
  38.  
  39. blockquote::after{
  40. /*Reset to make sure*/
  41. content: "";
  42. }
  43.  
  44. blockquote a{
  45. text-decoration: none;
  46. background: #eee;
  47. cursor: pointer;
  48. padding: 0 3px;
  49. color: #c76c0c;
  50. }
  51.  
  52. blockquote a:hover{
  53. color: #666;
  54. }
  55.  
  56. blockquote em{
  57. font-style: italic;
  58. }
gewandelt in 0.002 Sekunden, benutzt wurde GeSHi 1.0.8.10


Demo ansehen

Demo

Morbi placerat imperdiet risus quis blandit. Ut lobortis elit luctus, feugiat erat vitae, interdum diam. Nam sit amet arcu vitae justo lacinia ultricies nec eget tellus. Curabitur id sapien massa. In hac habitasse platea dictumst. Integer tristique leo consectetur libero pretium pretium. Nunc sed mauris magna. Praesent varius purus id turpis iaculis iaculis. Nulla convallis magna nunc, id rhoncus massa ornare in. Donec et feugiat sem, ac rhoncus mauris. Quisque eget tempor massa.

Tutorial Verlinken

URL: 
BBCode: 
HTML-Code: 
Kommentare
Es wurden noch keine Kommentare verfasst.
Kommentar schreiben
Bitte logge dich ein, um einen Kommentar zu verfassen.
Anzeige


Anmelden


Registrieren Passwort vergessen

RSS Feeds

Feeds abonieren

Letzte News
Letzte Threads
Anzeige

© Copyright 2024 PHP-Fusion.at | Alle Rechte vorbehalten.

© 2016 Real Space. All rights reserved | Design by W3layouts | 19,446,259 eindeutige Besuche
Powered by PHP-Fusion copyright © 2002 - 2024 by Nick Jones. Released as free software without warranties under GNU Affero GPL v3.