「テンプレート:Quote/styles.css」の版間の差分

提供: Stardew Valley Wiki
ナビゲーションに移動 検索に移動
(create page)
 
10行目: 10行目:
  
 
.quotetext {
 
.quotetext {
  font-family: "Georgia", "Times New Roman", "Times", serif;
 
 
   font-size: 1.1em;  
 
   font-size: 1.1em;  
 
   line-height: 1.5em;  
 
   line-height: 1.5em;  

2021年11月17日 (水) 18:06時点における版

.decorativequotemark {
  font-family: "Georgia", "Times New Roman", "Times", serif;
  font-size: 5em;
  line-height: 0.02em;
  font-weight: bold;
  color: rgb(41, 129, 178); 
  border-right: 1px solid rgb(47, 148, 204); 
  padding: 25px 0.06em 0em 0.2em;
}

.quotetext {
  font-size: 1.1em; 
  line-height: 1.5em; 
  padding-left: 15px; 
}

.quotesource {
  text-align: left; 
  font-size: 0.9em; 
  margin-top: 0; 
  padding-left: 120px;
}

/* [[Category:テンプレート]] */