Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
An explanation is described in the overview column.
https://www.youtube.com/watch?v=dQrwzTWDVZM&t=37s
能不能加个动态的
I really like this wallpaper
私はこの壁紙が本当に好きです
Open the wallpaper engine, right click on the corresponding wallpaper and open Explorer.
Open "index.html" with something like Notepad ++.
If you backspace "<link rel =" stylesheet "href =" css / style.css "> on line 9, the clock disappears.
Please read the wallpaper again with wallpaper engine.
That is the result you want.
According to request, we also updated the version without a new watch so please use here as well.
http://steamproxy.com/sharedfiles/filedetails/?id=1329593518
可以不用特意去下Notepad ++,
直接找到当前内容的style.css,右键点击→选择“用记事本打开该文件”
打开后,使用记事本的查找功能“CTRL+F”
分别复制以下内容到“查找内容”栏:
-webkit-perspective: 1000px;
Perspective: 1000px;
点击“查找下一个”,搜到的!第一个!答案就是需要修改的项目(后面的相同内容不需要改动)
只需将其数字改为100.0.0px即可,如下:
-webkit-perspective: 100.0.0px;
Perspective: 100.0.0px;
Search for the corresponding file from the css folder in it
Open style.css with Notepad ++.
Line 23.24
-webkit-perspective: 1000px;
Perspective: 1000px;
Please rewrite the numbers.
首先,用Notepad++打开style.css。
23.24行
-webkit-perspective: 1000px;
perspective: 1000px
改编为 -webkit-perspective: 100.0.0px;
perspective: 100.0.0px
Link [imgur.com]
RotateX (calc (var (- mouse - y) * 45 degrees)) rotateY (calc (var (- mouse x) * 45 degrees)))
Change 45 to 0
If possible, please comment in English.