×
Create a new article
Write your page title here:
We currently have 1,069 articles on Dragon Tamer Wiki. Type your article name above or create one of the articles listed here!



    Dragon Tamer Wiki
    1,069Articles
    /*
    This CSS is used by Template:Quote.
    */
    
    .custom_quote {
        display:inline-block; 
        position: relative; 
        padding: 1em 1.9em;
        border-radius: 10px;
        box-shadow: inset 0 0 20px #ccc7a7;
    }
    
    .custom_quote-text {
        font-style: italic;
        color: #807657;
    }
    
    .custom_quote-symbol {
        font-size: 2.5em; 
        font-family: 'Times New Roman',serif; 
        font-weight: bold;
        color: #807657;
        position: absolute; 
        top: -0.1em;
    }
    
    
    
    
    
    .custom_quote_defaultwidth {
    	    max-width: calc(90% - 1.9em);
    }
    
    @media only screen and (min-width: 720px) {
    .custom_quote_defaultwidth {
        max-width: calc(92% - 300px - 1.9em);
    }
    }
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.