<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://openframework.stanford.edu"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Open Framework - Image</title>
 <link>https://openframework.stanford.edu/style-category/image</link>
 <description></description>
 <language>en</language>
<item>
 <title>Border None</title>
 <link>https://openframework.stanford.edu/border-none</link>
 <description>&lt;div class=&quot;field field-name-field-style-cssclass field-type-text field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;CSS Class:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;.border-none&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;How this is used:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;This class provides a way to strip any existing border classes from an image.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Example:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p class=&quot;border-none&quot;&gt;&lt;img alt=&quot;clouds&quot; src=&quot;https://openframework.stanford.edu/sites/open_framework/files/clouds_0.png&quot; title=&quot;&quot; /&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-html-element field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;HTML Element:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/div&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;div&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/html-element/p&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;p&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/span&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;span&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-category field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/style-category/image&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Image&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example-code field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;
&amp;lt;p class=&quot;border-none&quot;&amp;gt;
&amp;lt;img alt=&quot;clouds&quot; src=&quot;clouds.png&quot; /&amp;gt;
&amp;lt;/p&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 02 Nov 2012 17:41:32 +0000</pubDate>
 <dc:creator>Megan Erin Miller</dc:creator>
 <guid isPermaLink="false">67 at https://openframework.stanford.edu</guid>
 <comments>https://openframework.stanford.edu/border-none#comments</comments>
</item>
<item>
 <title>Border Underline</title>
 <link>https://openframework.stanford.edu/border-underline</link>
 <description>&lt;div class=&quot;field field-name-field-style-cssclass field-type-text field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;CSS Class:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;.border-underline&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;How this is used:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;This class adds a 4px border below an image that does not touch the image. This class is not as useful in combination with other image classes.&lt;/p&gt;
&lt;p&gt;Because of the way Drupal works, we built this style to only be applied to wrapper tags around image tags. These classes will not work if you apply them to the image tag itself, but can work at any level of wrapper div around the image. For example at the block level you can apply the border class once, and all images in the block will get that style.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Example:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p class=&quot;border-underline&quot;&gt;&lt;img alt=&quot;waterfall&quot; src=&quot;https://openframework.stanford.edu/sites/open_framework/files/waterfall_3.jpg&quot; title=&quot;&quot; /&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-html-element field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;HTML Element:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/div&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;div&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/html-element/p&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;p&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/span&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;span&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-category field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/style-category/image&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Image&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example-code field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;
&amp;lt;p class=&quot;border-underline&quot;&amp;gt;
&amp;lt;img alt=&quot;waterfall&quot; src=&quot;waterfall.jpg&quot; /&amp;gt;
&amp;lt;/p&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 02 Nov 2012 17:29:11 +0000</pubDate>
 <dc:creator>Megan Erin Miller</dc:creator>
 <guid isPermaLink="false">65 at https://openframework.stanford.edu</guid>
 <comments>https://openframework.stanford.edu/border-underline#comments</comments>
</item>
<item>
 <title>Border Bottom</title>
 <link>https://openframework.stanford.edu/border-bottom</link>
 <description>&lt;div class=&quot;field field-name-field-style-cssclass field-type-text field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;CSS Class:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;.border-bottom&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;How this is used:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;This class adds a 1px border below the image using the border class. This class can be used in combination with other border classes, such as &lt;code&gt;.border-simple&lt;/code&gt;, &lt;code&gt;.border-simple-nowidth&lt;/code&gt;, and &lt;code&gt;.border-shadow&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Because of the way Drupal works, we built this style to only be applied to wrapper tags around image tags. These classes will not work if you apply them to the image tag itself, but can work at any level of wrapper div around the image. For example at the block level you can apply the border class once, and all images in the block will get that style.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Example:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p class=&quot;border-bottom&quot;&gt;&lt;img alt=&quot;clouds&quot; src=&quot;https://openframework.stanford.edu/sites/open_framework/files/clouds_0.png&quot; title=&quot;&quot; /&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-html-element field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;HTML Element:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/div&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;div&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/html-element/p&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;p&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/span&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;span&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-category field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/style-category/image&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Image&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example-code field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;
&amp;lt;p class=&quot;border-bottom&quot;&amp;gt;
&amp;lt;img alt=&quot;clouds&quot; src=&quot;clouds.png&quot; /&amp;gt;
&amp;lt;/p&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 02 Nov 2012 17:27:11 +0000</pubDate>
 <dc:creator>Megan Erin Miller</dc:creator>
 <guid isPermaLink="false">63 at https://openframework.stanford.edu</guid>
 <comments>https://openframework.stanford.edu/border-bottom#comments</comments>
</item>
<item>
 <title>Border Hairline</title>
 <link>https://openframework.stanford.edu/border-hairline</link>
 <description>&lt;div class=&quot;field field-name-field-style-cssclass field-type-text field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;CSS Class:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;.border-hairline&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;How this is used:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;This class adds a 1px border around images by using the border class.&lt;/p&gt;
&lt;p&gt;This class can be used in combination with other border classes, such as &lt;code&gt;.border-simple&lt;/code&gt;, &lt;code&gt;.border-simple-nowidth&lt;/code&gt;, and &lt;code&gt;.border-shadow&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Because of the way Drupal works, we built this style to only be applied to wrapper tags around image tags. These classes will not work if you apply them to the image tag itself, but can work at any level of wrapper div around the image. For example at the block level you can apply the border class once, and all images in the block will get that style.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Example:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p class=&quot;border-hairline&quot;&gt;&lt;img alt=&quot;clouds&quot; src=&quot;https://openframework.stanford.edu/sites/open_framework/files/clouds_0.png&quot; title=&quot;&quot; /&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-html-element field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;HTML Element:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/div&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;div&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/html-element/p&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;p&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/span&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;span&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-category field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/style-category/image&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Image&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example-code field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;
&amp;lt;p class=&quot;border-hairline&quot;&amp;gt;
&amp;lt;img alt=&quot;clouds&quot; src=&quot;clouds.png&quot; /&amp;gt;
&amp;lt;/p&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 02 Nov 2012 17:24:29 +0000</pubDate>
 <dc:creator>Megan Erin Miller</dc:creator>
 <guid isPermaLink="false">61 at https://openframework.stanford.edu</guid>
 <comments>https://openframework.stanford.edu/border-hairline#comments</comments>
</item>
<item>
 <title>Border Shadow</title>
 <link>https://openframework.stanford.edu/border-shadow</link>
 <description>&lt;div class=&quot;field field-name-field-style-cssclass field-type-text field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;CSS Class:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;.border-shadow&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;How this is used:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;This class adds a CSS3 shadow below the image.&lt;/p&gt;
&lt;p&gt;This class can be used in combination with other border classes, such as &lt;code&gt;.border-simple&lt;/code&gt;, &lt;code&gt;.border-hairline&lt;/code&gt;, &lt;code&gt;.border-bottom&lt;/code&gt;, and &lt;code&gt;.border-simple-nowidth&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Because of the way Drupal works, we built this style to only be applied to wrapper tags around image tags. These classes will not work if you apply them to the image tag itself, but can work at any level of wrapper div around the image. For example at the block level you can apply the border class once, and all images in the block will get that style.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Example:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p class=&quot;border-shadow&quot;&gt;&lt;img alt=&quot;waterfall&quot; src=&quot;https://openframework.stanford.edu/sites/open_framework/files/waterfall_3.jpg&quot; title=&quot;&quot; /&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-html-element field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;HTML Element:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/div&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;div&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/html-element/p&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;p&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/span&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;span&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-category field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/style-category/image&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Image&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example-code field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;
&amp;lt;p class=&quot;border-shadow&quot;&amp;gt;
&amp;lt;img alt=&quot;waterfall&quot; src=&quot;waterfall.jpg&quot; /&amp;gt;
&amp;lt;/p&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 02 Nov 2012 17:16:53 +0000</pubDate>
 <dc:creator>Megan Erin Miller</dc:creator>
 <guid isPermaLink="false">59 at https://openframework.stanford.edu</guid>
 <comments>https://openframework.stanford.edu/border-shadow#comments</comments>
</item>
<item>
 <title>Border Simple No Width</title>
 <link>https://openframework.stanford.edu/border-simple-no-width</link>
 <description>&lt;div class=&quot;field field-name-field-style-cssclass field-type-text field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;CSS Class:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;.border-simple-nowidth&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;How this is used:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;This class adds a 6px border around images by using background color and padding. It does not add any width specification, so is a useful alternative when you are using this style in a postcard layout.&lt;/p&gt;
&lt;p&gt;Because this class uses a background color to add the border, it can be used in combination with other border classes, such as &lt;code&gt;.border-hairline&lt;/code&gt;, &lt;code&gt;.border-shadow&lt;/code&gt;, and &lt;code&gt;.border-bottom&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Because of the way Drupal works, we built this style to only be applied to wrapper tags around image tags. These classes will not work if you apply them to the image tag itself, but can work at any level of wrapper div around the image. For example at the block level you can apply the border class once, and all images in the block will get that style.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Example:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p class=&quot;border-simple-nowidth&quot;&gt;&lt;img alt=&quot;waterfall&quot; src=&quot;https://openframework.stanford.edu/sites/open_framework/files/styles/thumbnail/public/waterfall_5.jpg&quot; title=&quot;&quot; /&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-html-element field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;HTML Element:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/div&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;div&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/html-element/p&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;p&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/span&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;span&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-category field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/style-category/image&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Image&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example-code field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;
&amp;lt;p class=&quot;border-simple-nowidth&quot;&amp;gt;
&amp;lt;img alt=&quot;waterfall&quot; src=&quot;waterfall.jpg&quot; /&amp;gt;
&amp;lt;/p&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 02 Nov 2012 17:03:12 +0000</pubDate>
 <dc:creator>Megan Erin Miller</dc:creator>
 <guid isPermaLink="false">57 at https://openframework.stanford.edu</guid>
 <comments>https://openframework.stanford.edu/border-simple-no-width#comments</comments>
</item>
<item>
 <title>Border Simple</title>
 <link>https://openframework.stanford.edu/border-simple</link>
 <description>&lt;div class=&quot;field field-name-field-style-cssclass field-type-text field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;CSS Class:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;.border-simple&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;How this is used:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;This class adds a 6px border around images by using background color and padding. It does add a 100% width to the image as well, and uses a clever calc() calculation with graceful degredation.&lt;/p&gt;
&lt;p&gt;Because this class uses a background color to add the border, it can be used in combination with other border classes, such as &lt;code&gt;.border-hairline&lt;/code&gt;, &lt;code&gt;.border-shadow&lt;/code&gt;, and &lt;code&gt;.border-bottom&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Because of the way Drupal works, we built this style to only be applied to wrapper tags around image tags. These classes will not work if you apply them to the image tag itself, but can work at any level of wrapper div around the image. For example at the block level you can apply the border class once, and all images in the block will get that style.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Example:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p class=&quot;border-simple&quot;&gt;&lt;img alt=&quot;waterfall&quot; src=&quot;https://openframework.stanford.edu/sites/open_framework/files/waterfall_3.jpg&quot; title=&quot;&quot; /&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-html-element field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;HTML Element:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/div&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;div&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/html-element/p&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;p&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/span&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;span&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-category field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/style-category/image&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Image&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example-code field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;
&amp;lt;p class=&quot;border-simple&quot;&amp;gt;
&amp;lt;img alt=&quot;waterfall&quot; src=&quot;waterfall.jpg&quot; /&amp;gt;
&amp;lt;/p&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 02 Nov 2012 16:55:15 +0000</pubDate>
 <dc:creator>Megan Erin Miller</dc:creator>
 <guid isPermaLink="false">55 at https://openframework.stanford.edu</guid>
 <comments>https://openframework.stanford.edu/border-simple#comments</comments>
</item>
</channel>
</rss>
