<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://hakopedia.uhyohyo.net/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
		<id>https://hakopedia.uhyohyo.net/w/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3AWikipedian%2Fcommon.css</id>
		<title>利用者:Wikipedian/common.css - 変更履歴</title>
		<link rel="self" type="application/atom+xml" href="https://hakopedia.uhyohyo.net/w/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3AWikipedian%2Fcommon.css"/>
		<link rel="alternate" type="text/html" href="https://hakopedia.uhyohyo.net/w/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Wikipedian/common.css&amp;action=history"/>
		<updated>2026-05-11T22:23:06Z</updated>
		<subtitle>このウィキのこのページに関する変更履歴</subtitle>
		<generator>MediaWiki 1.23.5</generator>

	<entry>
		<id>https://hakopedia.uhyohyo.net/w/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Wikipedian/common.css&amp;diff=11217&amp;oldid=prev</id>
		<title>Wikipedian: ページの作成:「/**  * Explicitly set width of the UTC-clock list element, so that we can use a  * hidden peer gadget to add space where the clock would go before it loads.  */ .skin-vec...」</title>
		<link rel="alternate" type="text/html" href="https://hakopedia.uhyohyo.net/w/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Wikipedian/common.css&amp;diff=11217&amp;oldid=prev"/>
				<updated>2019-08-16T06:30:13Z</updated>
		
		<summary type="html">&lt;p&gt;ページの作成:「‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;*  * Explicitly set width of the UTC-clock list element, so that we can use a  * hidden peer gadget to add space where the clock would go before it loads.: &lt;/span&gt; .skin-vec...」&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/**&lt;br /&gt;
 * Explicitly set width of the UTC-clock list element, so that we can use a&lt;br /&gt;
 * hidden peer gadget to add space where the clock would go before it loads.&lt;br /&gt;
 */&lt;br /&gt;
.skin-vector #utcdate {&lt;br /&gt;
	width: 6em;&lt;br /&gt;
	/* &lt;br /&gt;
	 * The default margin-left is 0.75em, but set it again here explicitly, so&lt;br /&gt;
	 * we can be sure of the exact width.&lt;br /&gt;
	 */ &lt;br /&gt;
	margin-left: 0.75em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skin-monobook #utcdate {&lt;br /&gt;
	width: 6.279em;&lt;br /&gt;
	display: inline-block; /* We need this for the width property to work */&lt;br /&gt;
	/* &lt;br /&gt;
	 * The default margin-left is 1em, but set it again here explicitly, so&lt;br /&gt;
	 * we can be sure of the exact width.&lt;br /&gt;
	 */ &lt;br /&gt;
	margin-left: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * This is loaded as a hidden peer gadget of UTCLiveClock.&lt;br /&gt;
 * Before UTCLiveClock has loaded, it adds space where the clock would go,&lt;br /&gt;
 * so that the personal toolbar does not &amp;quot;jump&amp;quot;.&lt;br /&gt;
 */&lt;br /&gt;
 &lt;br /&gt;
/*&lt;br /&gt;
 * In Vector, by default the li elements in the p-personal bar have a font-size&lt;br /&gt;
 * of 0.75em. Duplicate that here so that we can be sure of the proper factor to&lt;br /&gt;
 * multiply the ul element's margin-right by. And just in case, override any&lt;br /&gt;
 * possible changes to the font size in Monobook too, although by default there&lt;br /&gt;
 * is no change in font size between the ul and li elements.&lt;br /&gt;
 */&lt;br /&gt;
.client-js &amp;gt; body.skin-vector #p-personal li {&lt;br /&gt;
	font-size: 0.75em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.client-js &amp;gt; body.skin-monobook #p-personal li {&lt;br /&gt;
	font-size: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Reserve space for the clock gadget after the end of the p-personal ul&lt;br /&gt;
 * element.&lt;br /&gt;
 */&lt;br /&gt;
.client-js &amp;gt; body.skin-vector #p-personal ul {&lt;br /&gt;
	/*&lt;br /&gt;
	 * The clock width plus its left margin, multiplied by the relative font&lt;br /&gt;
	 * size: (6em + 0.75em) * 0.75&lt;br /&gt;
	 */&lt;br /&gt;
	margin-right: 5.0625em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.client-js &amp;gt; body.skin-monobook #p-personal ul {&lt;br /&gt;
	/*&lt;br /&gt;
	 * Clock width: 6.279em&lt;br /&gt;
	 * Left margin: 1em&lt;br /&gt;
	 * Space separator after &amp;quot;log out&amp;quot; link: 0.321em (found through trial and&lt;br /&gt;
	 * error)&lt;br /&gt;
	 * Total space: 6.279em + 1em + 0.321em&lt;br /&gt;
	 */&lt;br /&gt;
	margin-right: 7.6em;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Wikipedian</name></author>	</entry>

	</feed>