Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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://gtm.steamproxy.vip/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.