User Tools

Site Tools


pagina_proves_styler

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pagina_proves_styler [2012/10/09 16:00]
sermnadmin [Cites (Quotes)]
pagina_proves_styler [2013/11/23 19:47]
sermnadmin removed
Line 34: Line 34:
 Last line. Last line.
 </quote> </quote>
 +
 ===== Capses de text ===== ===== Capses de text =====
  
Line 40: Line 41:
 ==== Capsa flotant ==== ==== Capsa flotant ====
  
 +El codi,
 <code> <code>
 <style float-right box background> <style float-right box background>
Line 45: Line 47:
 </style> </style>
 </code> </code>
- 
 dóna lloc a, dóna lloc a,
- 
 <style float-right box background> <style float-right box background>
 To place on the right the floating\\ block with a background and border. To place on the right the floating\\ block with a background and border.
 </style> </style>
 +una capsa "flotant" que es "flota" cap el costat dret (//float right//) d'aquest text en comptes de trencar-lo pel mig.
  
-que, en tractar-se d'una capsa "flotant" es col·loca al costat d'aquest text en comptes de trencar-lo i generar un espai buit. +I com que aquest text és massa curt per mostrar l'efecte de la capsa flotant, afegiré un tros de //lorem ipsum//: //Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam ac eros ac nulla consequat rutrum et viverra ante. Proin lacinia quam quis erat semper lacinia. Nam quam nisi, ullamcorper eget fermentum ac, volutpat eget velit. Nulla facilisi. Phasellus nibh enim, tristique quis laoreet eget, ullamcorper a enim. Nulla eros lacus, varius sit amet venenatis id, commodo quis augue. Quisque ornare sagittis leo, posuere facilisis metus malesuada non.//
 ==== Capsa centrada ==== ==== Capsa centrada ====
  
Line 68: Line 68:
 ==== Tres capses de costat  ==== ==== Tres capses de costat  ====
  
-/* <style background-lorange box-dorange float-left s50>some text</style> */ +<nowiki> 
-/* <style background-lblue box-dblue float-left s25>some text</style> */ +<style background-orange box-orange float-left s25>some text</style> 
-/* <style background box float-left s25>some text</style> */ +<style background-blue box-blue float-left s50>some text</style> 
- +<style background box float-left s25>some text</style> 
-<style float-left s25 box-lblue>some strange text</style>+</nowiki>
  
 ==== Una capsa dins d'una altra ==== ==== Una capsa dins d'una altra ====
  
 +<nowiki>
 <style background-lorange box-dorange float-left s50> <style background-lorange box-dorange float-left s50>
 <style background-dgreen center> <style background-dgreen center>
Line 82: Line 83:
 Here your text Here your text
 </style> </style>
 +</nowiki>