HOME | DD

madizzlee — Introducing the DeviantArt Stylus IRL
#stylusirl
Published: 2015-04-01 03:47:22 +0000 UTC; Views: 293166; Favourites: 5869; Downloads: 0
Redirect to original
Description /* ------------------------------------------------------- BODY - The outter most DIV that you have control over is called '.gr-box'. I treat this as my body when making a skin, hence the comma after the BODY element. ------------------------------------------------------- */ body div#devskin12085759 , body div#devskin12085759 .gr-box { font:16px/24px Sans-Serif; background:#fff; color:#000; position:relative; border:none; margin:0; padding:0; } /* ------------------------------------------------------- 12 COLUMN GRID ------------------------------------------------------- */ body div#devskin12085759 .wrap { max-width:1080px; margin:auto; padding:0; position:relative; } body div#devskin12085759 .wrap .wrap { width:100%; padding:0; } body div#devskin12085759 .wrap.wide { max-width:1500px; } /* Media Query */ @media only screen and (max-width: 1023px) { body div#devskin12085759 .wrap { padding:0 15px; } } @media only screen and (max-width: 767px) { body div#devskin12085759 .wrap { width:auto; display:block; padding:0 5%; max-width:420px; margin:auto; } } @media only screen and (max-width: 767px) { body div#devskin12085759 .wrap .wrap { padding:0; } } /* ------------------------------------------------------- COLUMNS ------------------------------------------------------- */ body div#devskin12085759 .col_1, body div#devskin12085759 .col_2, body div#devskin12085759 .col_3, body div#devskin12085759 .col_4, body div#devskin12085759 .col_5, body div#devskin12085759 .col_6, body div#devskin12085759 .col_7, body div#devskin12085759 .col_8, body div#devskin12085759 .col_9, body div#devskin12085759 .col_10, body div#devskin12085759 .col_11, body div#devskin12085759 .col_12 { display:inline; float:left; position:relative; margin-left:1.388%; margin-right:1.388%; } body div#devskin12085759 .col_1 { width:5.5550%; } body div#devskin12085759 .col_2 { width:13.888%; } body div#devskin12085759 .col_3 { width:22.222%; } body div#devskin12085759 .col_4 { width:30.555%; } body div#devskin12085759 .col_5 { width:38.888%; } body div#devskin12085759 .col_6 { width:47.222%; } body div#devskin12085759 .col_7 { width:55.555%; } body div#devskin12085759 .col_8 { width:63.888%; } body div#devskin12085759 .col_9 { width:72.222%; } body div#devskin12085759 .col_10 { width:80.555%; } body div#devskin12085759 .col_11 { width:88.888%; } body div#devskin12085759 .col_12 { width:97.222%; } @media only screen and (max-width: 767px) { body div#devskin12085759 .wrap div[class*='col_']:not(.no-format) { width:100%; float:none; height:auto; display:block; padding:0; margin-left:0; margin-right:0; transition:all 0.25s ease-in; -moz-transition:all 0.25s ease-in; -webkit-transition:all 0.25s ease-in; -ms-transition:all 0.25s ease-in; -o-transition:all 0.25s ease-in; } } /* ------------------------------------------------------- COLUMN BEFORE AND AFTER Used to occupy space to the left or right of columns. ------------------------------------------------------- */ body div#devskin12085759 .before_1 { padding-left:8.3330%; } body div#devskin12085759 .before_2 { padding-left:16.666%; } body div#devskin12085759 .before_3 { padding-left:25.000%; } body div#devskin12085759 .before_4 { padding-left:33.333%; } body div#devskin12085759 .before_5 { padding-left:41.667%; } body div#devskin12085759 .before_6 { padding-left:50.000%; } body div#devskin12085759 .before_7 { padding-left:58.333%; } body div#devskin12085759 .before_8 { padding-left:66.667%; } body div#devskin12085759 .before_9 { padding-left:75.000%; } body div#devskin12085759 .before_10 { padding-left:83.333%; } body div#devskin12085759 .before_11 { padding-left:91.667%; } body div#devskin12085759 .after_1 { padding-right:8.3330%; } body div#devskin12085759 .after_2 { padding-right:16.667%; } body div#devskin12085759 .after_3 { padding-right:25.000%; } body div#devskin12085759 .after_4 { padding-right:33.333%; } body div#devskin12085759 .after_5 { padding-right:41.667%; } body div#devskin12085759 .after_6 { padding-right:50.000%; } body div#devskin12085759 .after_7 { padding-right:58.333%; } body div#devskin12085759 .after_8 { padding-right:66.667%; } body div#devskin12085759 .after_9 { padding-right:75.000%; } body div#devskin12085759 .after_10 { padding-right:83.333%; } body div#devskin12085759 .after_11 { padding-right:91.667%; } @media only screen and (max-width: 767px) { body div#devskin12085759 div[class='before_'], body div#devskin12085759 div[class='after_'] { padding:0; } } body div#devskin12085759 .alpha { margin-left:0!important; } body div#devskin12085759 .omega { margin-right:0!important; } /* ------------------------------------------------------- NESTED COLUMNS ------------------------------------------------------- */ body div#devskin12085759 .col_12 .wrap .col_11 { width:91.428%; margin-left:1.428%; margin-right:1.724%; } body div#devskin12085759 .col_12 .wrap .col_10 { width:82.857%; margin-left:1.428%; margin-right:1.724%; } body div#devskin12085759 .col_12 .wrap .col_9 { width:74.285%; margin-left:1.428%; margin-right:1.428%; } body div#devskin12085759 .col_12 .wrap .col_8 { width:65.714%; margin-left:1.428%; margin-right:1.428%; } body div#devskin12085759 .col_12 .wrap .col_7 { width:57.142%; margin-left:1.428%; margin-right:1.428%; } body div#devskin12085759 .col_12 .wrap .col_6 { width:48.571%; margin-left:1.428%; margin-right:1.428%; } body div#devskin12085759 .col_12 .wrap .col_5 { width:40.000%; margin-left:1.428%; margin-right:1.428%; } body div#devskin12085759 .col_12 .wrap .col_4 { width:31.428%; margin-left:1.428%; margin-right:1.428%; } body div#devskin12085759 .col_12 .wrap .col_3 { width:22.857%; margin-left:1.428%; margin-right:1.428%; } body div#devskin12085759 .col_12 .wrap .col_2 { width:14.285%; margin-left:1.428%; margin-right:1.428%; } body div#devskin12085759 .col_12 .wrap .col_1 { width:5.7142%; margin-left:1.428%; margin-right:1.428%; } body div#devskin12085759 .col_11 .wrap .col_10 { width:90.625%; margin-left:1.562%; margin-right:1.724%; } body div#devskin12085759 .col_11 .wrap .col_9 { width:81.250%; margin-left:1.562%; margin-right:1.562%; } body div#devskin12085759 .col_11 .wrap .col_8 { width:71.875%; margin-left:1.562%; margin-right:1.562%; } body div#devskin12085759 .col_11 .wrap .col_7 { width:62.500%; margin-left:1.562%; margin-right:1.562%; } body div#devskin12085759 .col_11 .wrap .col_6 { width:53.125%; margin-left:1.562%; margin-right:1.562%; } body div#devskin12085759 .col_11 .wrap .col_5 { width:43.750%; margin-left:1.562%; margin-right:1.562%; } body div#devskin12085759 .col_11 .wrap .col_4 { width:34.375%; margin-left:1.562%; margin-right:1.562%; } body div#devskin12085759 .col_11 .wrap .col_3 { width:25.000%; margin-left:1.562%; margin-right:1.562%; } body div#devskin12085759 .col_11 .wrap .col_2 { width:15.625%; margin-left:1.562%; margin-right:1.562%; } body div#devskin12085759 .col_11 .wrap .col_1 { width:6.2500%; margin-left:1.562%; margin-right:1.562%; } body div#devskin12085759 .col_10 .wrap .col_9 { width:89.655%; margin-left:1.724%; margin-right:1.724%; } body div#devskin12085759 .col_10 .wrap .col_8 { width:79.310%; margin-left:1.724%; margin-right:1.724%; } body div#devskin12085759 .col_10 .wrap .col_7 { width:68.965%; margin-left:1.724%; margin-right:1.724%; } body div#devskin12085759 .col_10 .wrap .col_6 { width:58.620%; margin-left:1.724%; margin-right:1.724%; } body div#devskin12085759 .col_10 .wrap .col_5 { width:48.275%; margin-left:1.724%; margin-right:1.724%; } body div#devskin12085759 .col_10 .wrap .col_4 { width:37.931%; margin-left:1.724%; margin-right:1.724%; } body div#devskin12085759 .col_10 .wrap .col_3 { width:27.586%; margin-left:1.724%; margin-right:1.724%; } body div#devskin12085759 .col_10 .wrap .col_2 { width:17.241%; margin-left:1.724%; margin-right:1.724%; } body div#devskin12085759 .col_10 .wrap .col_1 { width:6.8960%; margin-left:1.724%; margin-right:1.724%; } body div#devskin12085759 .col_9 .wrap .col_8 { width:88.461%; margin-left:1.923%; margin-right:1.923%; } body div#devskin12085759 .col_9 .wrap .col_7 { width:76.923%; margin-left:1.923%; margin-right:1.923%; } body div#devskin12085759 .col_9 .wrap .col_6 { width:65.384%; margin-left:1.923%; margin-right:1.923%; } body div#devskin12085759 .col_9 .wrap .col_5 { width:53.846%; margin-left:1.923%; margin-right:1.923%; } body div#devskin12085759 .col_9 .wrap .col_4 { width:42.307%; margin-left:1.923%; margin-right:1.923%; } body div#devskin12085759 .col_9 .wrap .col_3 { width:30.769%; margin-left:1.923%; margin-right:1.923%; } body div#devskin12085759 .col_9 .wrap .col_2 { width:19.230%; margin-left:1.923%; margin-right:1.923%; } body div#devskin12085759 .col_9 .wrap .col_1 { width:7.6920%; margin-left:1.923%; margin-right:1.923%; } body div#devskin12085759 .col_8 .wrap .col_7 { width:86.956%; margin-left:2.173%; margin-right:2.173%; } body div#devskin12085759 .col_8 .wrap .col_6 { width:73.913%; margin-left:2.173%; margin-right:2.173%; } body div#devskin12085759 .col_8 .wrap .col_5 { width:60.869%; margin-left:2.173%; margin-right:2.173%; } body div#devskin12085759 .col_8 .wrap .col_4 { width:47.826%; margin-left:2.173%; margin-right:2.173%; } body div#devskin12085759 .col_8 .wrap .col_3 { width:34.782%; margin-left:2.173%; margin-right:2.173%; } body div#devskin12085759 .col_8 .wrap .col_2 { width:21.739%; margin-left:2.173%; margin-right:2.173%; } body div#devskin12085759 .col_8 .wrap .col_1 { width:8.6950%; margin-left:2.173%; margin-right:2.173%; } body div#devskin12085759 .col_7 .wrap .col_7 { width:100.00%; margin-left:0.000%; margin-right:0.000%; } body div#devskin12085759 .col_7 .wrap .col_6 { width:85.000%; margin-left:2.500%; margin-right:2.500%; } body div#devskin12085759 .col_7 .wrap .col_5 { width:70.000%; margin-left:2.500%; margin-right:2.500%; } body div#devskin12085759 .col_7 .wrap .col_4 { width:55.000%; margin-left:2.500%; margin-right:2.500%; } body div#devskin12085759 .col_7 .wrap .col_3 { width:40.000%; margin-left:2.500%; margin-right:2.500%; } body div#devskin12085759 .col_7 .wrap .col_2 { width:25.000%; margin-left:2.500%; margin-right:2.500%; } body div#devskin12085759 .col_7 .wrap .col_1 { width:10.000%; margin-left:2.500%; margin-right:2.500%; } body div#devskin12085759 .col_6 .wrap .col_5 { width:82.352%; margin-left:2.941%; margin-right:2.941%; } body div#devskin12085759 .col_6 .wrap .col_4 { width:64.705%; margin-left:2.941%; margin-right:2.941%; } body div#devskin12085759 .col_6 .wrap .col_3 { width:47.058%; margin-left:2.941%; margin-right:2.941%; } body div#devskin12085759 .col_6 .wrap .col_2 { width:29.411%; margin-left:2.941%; margin-right:2.941%; } body div#devskin12085759 .col_6 .wrap .col_1 { width:11.764%; margin-left:2.941%; margin-right:2.941%; } body div#devskin12085759 .col_5 .wrap .col_4 { width:78.571%; margin-left:3.571%; margin-right:3.571%; } body div#devskin12085759 .col_5 .wrap .col_3 { width:57.142%; margin-left:3.571%; margin-right:3.571%; } body div#devskin12085759 .col_5 .wrap .col_2 { width:35.714%; margin-left:3.571%; margin-right:3.571%; } body div#devskin12085759 .col_5 .wrap .col_1 { width:14.285%; margin-left:3.571%; margin-right:3.571%; } body div#devskin12085759 .col_4 .wrap .col_3 { width:72.727%; margin-left:4.545%; margin-right:4.545%; } body div#devskin12085759 .col_4 .wrap .col_2 { width:45.454%; margin-left:4.545%; margin-right:4.545%; } body div#devskin12085759 .col_4 .wrap .col_1 { width:18.181%; margin-left:4.545%; margin-right:4.545%; } body div#devskin12085759 .col_3 .wrap .col_2 { width:62.500%; margin-left:6.250%; margin-right:6.250%; } body div#devskin12085759 .col_3 .wrap .col_1 { width:25.000%; margin-left:6.250%; margin-right:6.250%; } body div#devskin12085759 .col_2 .wrap .col_1 { width:40.000%; margin-left:10.00%; margin-right:10.00%; } /* ------------------------------------------------------- NESTED BEFORE ------------------------------------------------------- */ body div#devskin12085759 .col_10 .wrap .before_9 { padding-left:93.103%; } body div#devskin12085759 .col_10 .wrap .before_8 { padding-left:82.758%; } body div#devskin12085759 .col_10 .wrap .before_7 { padding-left:72.413%; } body div#devskin12085759 .col_10 .wrap .before_6 { padding-left:62.068%; } body div#devskin12085759 .col_10 .wrap .before_5 { padding-left:51.724%; } body div#devskin12085759 .col_10 .wrap .before_4 { padding-left:41.379%; } body div#devskin12085759 .col_10 .wrap .before_3 { padding-left:31.034%; } body div#devskin12085759 .col_10 .wrap .before_2 { padding-left:20.689%; } body div#devskin12085759 .col_10 .wrap .before_1 { padding-left:10.344%; } body div#devskin12085759 .col_10 .wrap .after_9 { padding-right:93.103%; } body div#devskin12085759 .col_10 .wrap .after_8 { padding-right:82.758%; } body div#devskin12085759 .col_10 .wrap .after_7 { padding-right:72.413%; } body div#devskin12085759 .col_10 .wrap .after_6 { padding-right:62.068%; } body div#devskin12085759 .col_10 .wrap .after_5 { padding-right:51.724%; } body div#devskin12085759 .col_10 .wrap .after_4 { padding-right:41.379%; } body div#devskin12085759 .col_10 .wrap .after_3 { padding-right:31.034%; } body div#devskin12085759 .col_10 .wrap .after_2 { padding-right:20.689%; } body div#devskin12085759 .col_10 .wrap .after_1 { padding-right:10.344%; } body div#devskin12085759 .col_9 .wrap .before_8 { padding-left:92.307%; } body div#devskin12085759 .col_9 .wrap .before_7 { padding-left:80.769%; } body div#devskin12085759 .col_9 .wrap .before_6 { padding-left:69.230%; } body div#devskin12085759 .col_9 .wrap .before_5 { padding-left:57.692%; } body div#devskin12085759 .col_9 .wrap .before_4 { padding-left:46.153%; } body div#devskin12085759 .col_9 .wrap .before_3 { padding-left:34.615%; } body div#devskin12085759 .col_9 .wrap .before_2 { padding-left:23.076%; } body div#devskin12085759 .col_9 .wrap .before_1 { padding-left:11.538%; } body div#devskin12085759 .col_9 .wrap .after_8 { padding-right:92.307%; } body div#devskin12085759 .col_9 .wrap .after_7 { padding-right:80.769%; } body div#devskin12085759 .col_9 .wrap .after_6 { padding-right:69.230%; } body div#devskin12085759 .col_9 .wrap .after_5 { padding-right:57.692%; } body div#devskin12085759 .col_9 .wrap .after_4 { padding-right:46.153%; } body div#devskin12085759 .col_9 .wrap .after_3 { padding-right:34.615%; } body div#devskin12085759 .col_9 .wrap .after_2 { padding-right:23.076%; } body div#devskin12085759 .col_9 .wrap .after_1 { padding-right:11.538%; } body div#devskin12085759 .col_8 .wrap .before_7 { padding-left:91.304%; } body div#devskin12085759 .col_8 .wrap .before_6 { padding-left:78.260%; } body div#devskin12085759 .col_8 .wrap .before_5 { padding-left:65.217%; } body div#devskin12085759 .col_8 .wrap .before_4 { padding-left:52.173%; } body div#devskin12085759 .col_8 .wrap .before_3 { padding-left:39.130%; } body div#devskin12085759 .col_8 .wrap .before_2 { padding-left:26.086%; } body div#devskin12085759 .col_8 .wrap .before_1 { padding-left:13.043%; } body div#devskin12085759 .col_8 .wrap .after_7 { padding-right:91.304%; } body div#devskin12085759 .col_8 .wrap .after_6 { padding-right:78.260%; } body div#devskin12085759 .col_8 .wrap .after_5 { padding-right:65.217%; } body div#devskin12085759 .col_8 .wrap .after_4 { padding-right:52.173%; } body div#devskin12085759 .col_8 .wrap .after_3 { padding-right:39.130%; } body div#devskin12085759 .col_8 .wrap .after_2 { padding-right:26.086%; } body div#devskin12085759 .col_8 .wrap .after_1 { padding-right:13.043%; } body div#devskin12085759 .col_7 .wrap .before_6 { padding-left:90.000%; } body div#devskin12085759 .col_7 .wrap .before_5 { padding-left:75.000%; } body div#devskin12085759 .col_7 .wrap .before_4 { padding-left:60.000%; } body div#devskin12085759 .col_7 .wrap .before_3 { padding-left:45.000%; } body div#devskin12085759 .col_7 .wrap .before_2 { padding-left:30.000%; } body div#devskin12085759 .col_7 .wrap .before_1 { padding-left:15.000%; } body div#devskin12085759 .col_7 .wrap .after_6 { padding-right:90.000%; } body div#devskin12085759 .col_7 .wrap .after_5 { padding-right:75.000%; } body div#devskin12085759 .col_7 .wrap .after_4 { padding-right:60.000%; } body div#devskin12085759 .col_7 .wrap .after_3 { padding-right:45.000%; } body div#devskin12085759 .col_7 .wrap .after_2 { padding-right:30.000%; } body div#devskin12085759 .col_7 .wrap .after_1 { padding-right:15.000%; } body div#devskin12085759 .col_6 .wrap .before_5 { padding-left:88.235%; } body div#devskin12085759 .col_6 .wrap .before_4 { padding-left:70.588%; } body div#devskin12085759 .col_6 .wrap .before_3 { padding-left:52.941%; } body div#devskin12085759 .col_6 .wrap .before_2 { padding-left:35.294%; } body div#devskin12085759 .col_6 .wrap .before_1 { padding-left:17.647%; } body div#devskin12085759 .col_6 .wrap .after_5 { padding-right:88.235%; } body div#devskin12085759 .col_6 .wrap .after_4 { padding-right:70.588%; } body div#devskin12085759 .col_6 .wrap .after_3 { padding-right:52.941%; } body div#devskin12085759 .col_6 .wrap .after_2 { padding-right:35.294%; } body div#devskin12085759 .col_6 .wrap .after_1 { padding-right:17.647%; } body div#devskin12085759 .col_5 .wrap .before_4 { padding-left:85.714%; } body div#devskin12085759 .col_5 .wrap .before_3 { padding-left:64.285%; } body div#devskin12085759 .col_5 .wrap .before_2 { padding-left:42.857%; } body div#devskin12085759 .col_5 .wrap .before_1 { padding-left:21.428%; } body div#devskin12085759 .col_5 .wrap .after_4 { padding-right:85.714%; } body div#devskin12085759 .col_5 .wrap .after_3 { padding-right:64.285%; } body div#devskin12085759 .col_5 .wrap .after_2 { padding-right:42.857%; } body div#devskin12085759 .col_5 .wrap .after_1 { padding-right:21.428%; } body div#devskin12085759 .col_4 .wrap .before_3 { padding-left:81.818%; } body div#devskin12085759 .col_4 .wrap .before_2 { padding-left:54.545%; } body div#devskin12085759 .col_4 .wrap .before_1 { padding-left:27.272%; } body div#devskin12085759 .col_4 .wrap .right_3 { padding-right:81.818%; } body div#devskin12085759 .col_4 .wrap .right_2 { padding-right:54.545%; } body div#devskin12085759 .col_4 .wrap .right_1 { padding-right:27.272%; } body div#devskin12085759 .col_3 .wrap .before_2 { padding-left:42.857%; } body div#devskin12085759 .col_3 .wrap .before_1 { padding-left:37.500%; } body div#devskin12085759 .col_3 .wrap .after_2 { padding-right:42.857%; } body div#devskin12085759 .col_3 .wrap .after_1 { padding-right:37.500%; } body div#devskin12085759 .col_2 .wrap .before_1 { padding-left:60.000%; } body div#devskin12085759 .col_2 .wrap .after_1 { padding-right:60.000%; } body div#devskin12085759 .clear:before, body div#devskin12085759 .clear:after { content:''; display:table; } body div#devskin12085759 .clear:after { clear:both; } body div#devskin12085759 .clear { clear:both; } body div#devskin12085759 iframe.daembed { display:block; width:100%; } body div#devskin12085759 .col_2 iframe.daembed { height:084px; } body div#devskin12085759 .col_3 iframe.daembed { height:135px; } body div#devskin12085759 .col_4 iframe.daembed { height:186px; } body div#devskin12085759 .col_5 iframe.daembed { height:236px; } body div#devskin12085759 .col_6 iframe.daembed { height:287px; } body div#devskin12085759 .col_7 iframe.daembed { height:338px; } body div#devskin12085759 .col_8 iframe.daembed { height:388px; } body div#devskin12085759 .col_9 iframe.daembed { height:439px; } body div#devskin12085759 .col_10 iframe.daembed { height:489px; } body div#devskin12085759 .col_11 iframe.daembed { height:540px; } body div#devskin12085759 .col_12 iframe.daembed { height:591px; } @media only screen and (max-width: 767px) { body div#devskin12085759 .text iframe.daembed { height:236px; } } /* ------------------------------------------------------- ********************************************************** START CUSTOM CSS BELOW ********************************************************** ------------------------------------------------------- */ body div#devskin12085759 h1, body div#devskin12085759 h2, body div#devskin12085759 h3, body div#devskin12085759 h4 { font-family:Sans-Serif; line-height:normal; letter-spacing:normal; position:relative; color:inherit; margin:0 0 30px; z-index:1; } body div#devskin12085759 h1 a, body div#devskin12085759 h2 a, body div#devskin12085759 h3 a, body div#devskin12085759 h4 a { color:inherit !important; font:inherit !important; text-decoration:inherit; } body div#devskin12085759 h2 { text-align:center; margin:60px 0; } /* Custom */ body div#devskin12085759 .mobile { display:none; } @media only screen and (max-width: 767px) { body div#devskin12085759 .mobile { display:block; } } /* Type */ body div#devskin12085759 p { font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:18px; } body div#devskin12085759 .menu ul { margin:0px; padding:30px 0px; } body div#devskin12085759 .menu ul li { display:inline-block; } body div#devskin12085759 .da-mobile[mobile] .menu ul li { display:block; } body div#devskin12085759 .menu a { color:#fff; text-transform:uppercase; color:#fff; text-decoration:none; font-size:12px; font-weight:bold; margin-left:10px; } body div#devskin12085759 .social { text-align:center; margin-bottom:10px; } body div#devskin12085759 .social-twitter, body div#devskin12085759 .social-fb, body div#devskin12085759 .social-gp { display:inline-block; position:relative; } body div#devskin12085759 .social-twitter { top:10px; } body div#devskin12085759 .social-fb { top:2px; position:relative; margin-right:5px; } body div#devskin12085759 .social-gp { top:10px; } body div#devskin12085759 .social.bg { background:url('https://www.da-files.com/creative/marketing/2015/stylus/social-bg.svg') center center no-repeat; background-size:contain; height:40px; position:relative; top:20px; } body div#devskin12085759 .slant-bg-top { background:url('https://www.da-files.com/creative/marketing/2015/stylus/header-bg.jpg') center center; background-size:cover; min-height:575px; padding-top:70px; } body div#devskin12085759 .header .title { margin-top:100px; } body div#devskin12085759 .pen-bg { background:url('https://www.da-files.com/creative/marketing/2015/stylus/pen-header.png') center top no-repeat; height:575px; } @media only screen and (max-width: 767px) { body div#devskin12085759 .pen-bg { background:transparent; height:auto; } } @media only screen and (max-width: 767px) { body div#devskin12085759 .pen-solo { width:140px; margin:20px auto 0; } } body div#devskin12085759 .pen { max-width:1040px; width:100%; } body div#devskin12085759 strong a { color:#05cc47; font-weight:normal; } body div#devskin12085759 .section-1 { padding-top:80px; } body div#devskin12085759 .section-1.bg { background:url('https://www.da-files.com/creative/marketing/2015/stylus/wire-bg.jpg') center top no-repeat; background-size:cover; min-height:520px; } body div#devskin12085759 .section-2.bg { background:#000 url('https://www.da-files.com/creative/marketing/2015/stylus/pen-bg.jpg') center 150px no-repeat; background-size:contain; } @media only screen and (max-width: 767px) { body div#devskin12085759 .section-2.bg { background:#000; background-size:contain; } } body div#devskin12085759 .section-2 .header { padding-top:80px; min-height:850px; } @media only screen and (max-width: 767px) { body div#devskin12085759 .section-2 .header { min-height:200px; } } body div#devskin12085759 .legacy { text-align:center; padding:80px 0px; } body div#devskin12085759 .black { background-color:#000; } body div#devskin12085759 .section-3 { padding:60px 0px; } body div#devskin12085759 .credit { position:absolute; bottom:2%; left:2%; } body div#devskin12085759 .credit p { margin:0px; color:#a9a8a7; font-size:11px; line-height:13px; } body div#devskin12085759 .credit a { font-weight:bold; text-decoration:none; color:#a9a8a7; } body div#devskin12085759 .da-mobile[mobile] .credit { position:relative; } body div#devskin12085759 .section-3.bg { background:url('https://www.da-files.com/creative/marketing/2015/stylus/paint-bg.jpg') center center; background-size:cover; } body div#devskin12085759 .section-3 .inks { background:url('https://www.da-files.com/creative/marketing/2015/stylus/pen-inks.png') center center no-repeat; height:700px; } @media only screen and (max-width: 767px) { body div#devskin12085759 .section-3 .inks { background:transparent; height:auto; } } body div#devskin12085759 .section-4 { padding:60px 0px; min-height:380px; } body div#devskin12085759 .section-4.bg { background:url('https://www.da-files.com/creative/marketing/2015/stylus/smudge-bg.jpg') center center no-repeat; background-size:cover; } body div#devskin12085759 .section-5 { padding:60px 0px; min-height:380px; } body div#devskin12085759 .section-5.bg { background:url('https://www.da-files.com/creative/marketing/2015/stylus/surface-bg.jpg') center center no-repeat; background-size:cover; } body div#devskin12085759 .section-6 { padding:60px 0px; min-height:380px; } body div#devskin12085759 .section-6.bg { background:url('https://www.da-files.com/creative/marketing/2015/stylus/bird-bg.jpg') center center no-repeat; background-size:cover; } body div#devskin12085759 .section-6 h2 { color:#05cc47; font-weight:normal; } /* BOTTOM */ body div#devskin12085759 .bottom { background-color:#4f5254; padding:30px; position:absolute; bottom:0; left:0; right:0; text-align:center; z-index:1; } body div#devskin12085759 .bottom a.commentslink { text-decoration:none; padding:0; margin:0; color:#fff; font-family:Arial; font-size:18px; } body div#devskin12085759 .bottom a.commentslink:hover { } @media only screen and (max-width: 767px) { body div#devskin12085759 .bottom { display:none; } } /* ------------------------------------------------------- ********************************************************** END CUSTOM CSS ABOVE ********************************************************** ------------------------------------------------------- */ /* ------------------------------------------------------- MISC - This is the reset that resets the default journal skin ------------------------------------------------------- */ body div#devskin12085759 span.ogpreview { display:none; } body div#devskin12085759 .gr-body { overflow:hidden; } body div#devskin12085759 i.gr1, body div#devskin12085759 i.gr1 i, body div#devskin12085759 i.gr2, body div#devskin12085759 i.gr2 i, body div#devskin12085759 i.gr3, body div#devskin12085759 .gr-top { display:none; } body div#devskin12085759 .gr-body { background:transparent; border:0!important; position:static; overflow:visible; } body div#devskin12085759 .gr-body .grf-indent { background:transparent; margin:auto; text-align:center; padding:0; } body div#devskin12085759 .gr-body .gr { border:0!important; position:static; background:none; } body div#devskin12085759 .text { padding:0; position:relative; text-align:left; } body div#devskin12085759 .text br { display:none; } body div#devskin12085759 .list { height:0; width:0; clear:both; visibility:hidden; } body div#devskin12085759 .headbar { display:block; height:50px; margin:0 auto; background:url('https://www.da-files.com/creative/marketing/2015/stylus/af_header_1.jpg') #05cc47; background-position:center; background-repeat:no-repeat; position:absolute; top:0px; width:100%; }



For nearly 15 years, DeviantArt has been at the forefront of digital art creation, a cutting-edge icon in the high-tech art world. As part of our continuous goal to combine the best in art and technology, DeviantArt has created an innovative tool—the DeviantArt Stylus IRL—that brings the sophistication of digital art into the real world.











bit.ly/','counturl':'https://m… art on the go with the new DeviantArt #StylusIRL !'}">






madizzlee.deviantart.com/journ… }">






















For nearly 15 years, DeviantArt has been at the forefront of digital art creation, a cutting-edge icon in the high-tech art world. As part of our continuous goal to combine the best in art and technology, DeviantArt has created an innovative tool that brings the sophistication of digital art into the real world.











Using the innovative, patent pending binary technology in pressure sensitivity and pigment suspension, the Stylus IRL takes digital mechanics and puts them into physical space. DeviantArt's patented DeviousInk™ hardware works seamlessly with an innovative ballpoint tip, allowing you to create stylus-based art whenever and wherever you're inspired. Leave your drawing tablet at home, and never worry about battery life again.
















With the power of DeviousInk™ Stylus IRL in the palm of your hand, you get these one-of-a-kind features, and more:









Change out ink cartridges for a diverse range of color choices!





artist credit


Mark-Chadwick









Use the built-in blending options to create smooth, professional gradients.









The Stylus IRL works on all surfaces, even paper!









Are you an early adopter? If you already own a Stylus IRL, put it to use and show us your IRL creations with the #StylusIRL tag. Share your daily doodle with DeviousInk™, showcase your on-the-go artistry, and let the world know what you’re capable of, all with the help of your Stylus IRL.


Want to know more about the Stylus IRL? Browse the #StylusIRL tag to see the creative power behind this primitive yet revolutionary art tool.






Take the future of art into your hands with the DeviantArt Stylus IRL.











Related content
Comments: 12427

RibbonsandClay [2020-06-01 19:00:37 +0000 UTC]

👍: 0 ⏩: 0

KIT-10notK-9 [2020-02-23 15:23:49 +0000 UTC]

Write on!  Love the ink cartridge options!

👍: 0 ⏩: 0

SamariSaintsArt [2020-01-31 12:17:29 +0000 UTC]

the world will be my canvas 

👍: 0 ⏩: 0

SoullessFusion [2019-10-21 01:31:54 +0000 UTC]

 

👍: 1 ⏩: 0

MinTea404 [2019-06-20 23:25:54 +0000 UTC]

👍: 1 ⏩: 0

thesonofsalvation [2019-05-26 03:15:33 +0000 UTC]

Damn

👍: 1 ⏩: 0

NoahGutz [2019-04-02 05:39:35 +0000 UTC]

👍: 1 ⏩: 0

Artistic-Plush1 [2019-04-01 10:45:08 +0000 UTC]

Fabulous! I want a pen like dis ;3;

👍: 1 ⏩: 0

NAVARRE-OF-THE-NORTH [2019-04-01 04:16:11 +0000 UTC]

Wish this was a real thing.

👍: 3 ⏩: 0

VeloxUmbra [2019-04-01 03:45:12 +0000 UTC]

Is it bad that I actually want a pen like this. Forget the stylus part, I just want an awesome ink pen like this. Great for inking and drawing... I want it.

👍: 3 ⏩: 1

NAVARRE-OF-THE-NORTH In reply to VeloxUmbra [2019-04-01 04:16:03 +0000 UTC]

right? 

👍: 3 ⏩: 1

VeloxUmbra In reply to NAVARRE-OF-THE-NORTH [2019-04-01 04:41:38 +0000 UTC]

 

👍: 1 ⏩: 1

NAVARRE-OF-THE-NORTH In reply to VeloxUmbra [2019-04-01 04:45:43 +0000 UTC]

 

👍: 1 ⏩: 1

VeloxUmbra In reply to NAVARRE-OF-THE-NORTH [2019-04-01 04:49:29 +0000 UTC]

     

👍: 1 ⏩: 1

NAVARRE-OF-THE-NORTH In reply to VeloxUmbra [2019-04-01 04:57:00 +0000 UTC]

BHAHAHAH the dude with the chicken legs had me Dyin. 

👍: 1 ⏩: 0

Keeranbikash [2019-03-30 20:43:28 +0000 UTC]

good

👍: 1 ⏩: 0

DeverexDrawer [2018-09-29 14:28:05 +0000 UTC]

When I first looked at this I compared it to:


  • Wacom Inkling (before the Wacom MobileStudio came out) - a ballpoint pen with pressure sensitivity that digitises all instances of contact while drawing physically on paper so that the drawing can be uploaded as a preliminary sketch on a computer.
  • 3D Printing Pen - (like a hot glue gun) this device dispenses material so that it dries fast and strong for the purpose of building structures
  • Virtual Reality Art - remonte controls allo the user to draw three dimensional art on a computer with the physical space around them
  • Reverse-Oculus Rift Anime Glasses -  (prank/joke) allows the user to see the world in anime style

  • Only now did I realise that they were being sarcastic and that this isn't a prank (like the Reverse-Oculus Rift Anime Glasses):


    • "brings the sophistication of digital art into the real world"
    • "the Stylus IRL takes digital mechanics and puts them into physical space"
    • "pigment suspension"
    • "portable"
    • "The Stylus IRL works on all surfaces, even paper!"
    • "see the creative power behind this primitive yet revolutionary art tool"

    So it is just a pen. It's about digital art being more predominant than physical/traditional. .-.

    But at the time April Fools was published, I said this:

    Deviantart would not make their own Wacom Inkling. Also, more importantly, with this StylusIRL you are able to smudge the ink in reality and in the digital world. The Wacom inkling cannot do this, that's coming from Wacom. Also, it is not possible to smudge the ink in the digitally as the Wacom Inlking is only used to draw lines. What I'm trying to say is, I would belive it, but its an April fools with the loose ends untied (like last year).

    ===================================================================================================

    I overthought this. I was thinking, how can you draw digital lines in a physical space (Wacom cannot do this, 3D Printing cannot do this, Virtual Reality cannot do this). What kind of advanced holographic technology is this, it must be a joke. But that was the point, it is just a pen. "primitive yet revolutionary". 

    ._. :/ oh


     


    👍: 3 ⏩: 0

    SteelDollS [2018-06-20 18:42:38 +0000 UTC]

    I wonder if it requires batteries.

    👍: 2 ⏩: 1

    femmedic In reply to SteelDollS [2018-07-19 23:13:21 +0000 UTC]

    Now what are you doing here...

    👍: 2 ⏩: 1

    SteelDollS In reply to femmedic [2018-07-21 04:01:56 +0000 UTC]

    My psychic panther buddy told me if I posted here on Jun 20, 2018, that you would see it a month later to the day and respond. I was thirsty for your attention. Fact

    👍: 1 ⏩: 0

    Mortualia [2018-04-03 19:42:59 +0000 UTC]

    hm... i haven't seen this one

    👍: 1 ⏩: 0

    Gunnut51 [2018-04-01 19:15:16 +0000 UTC]

    nice thing for an April Fools Day

    👍: 1 ⏩: 0

    arcnineking [2018-01-15 04:00:05 +0000 UTC]

    How do I get one

    👍: 1 ⏩: 1

    gnuttormen In reply to arcnineking [2018-02-17 19:16:23 +0000 UTC]

    You can't. It doesn't exist.

    👍: 0 ⏩: 0

    Quizzan [2017-12-07 01:21:01 +0000 UTC]

    i remember this oh my god :,DD

    👍: 1 ⏩: 0

    Marzzel [2017-09-11 15:00:56 +0000 UTC]

    -_-

    👍: 1 ⏩: 0

    Starfruit-RainWing [2017-06-10 03:14:52 +0000 UTC]

    This looks so cool, I wish it was real.

    👍: 1 ⏩: 0

    neoDualism [2017-04-01 03:08:38 +0000 UTC]

    i can't believe people are saying they want this it's literally just a pen you dipshits

    👍: 0 ⏩: 2

    SnowyGoldenPaws In reply to neoDualism [2018-02-07 23:56:36 +0000 UTC]

    Shut up.
    Just cause you're poor and you can't get one doesn't mean nobody else can.
    Quit ruining everyone's fun   

    👍: 1 ⏩: 1

    neoDualism In reply to SnowyGoldenPaws [2018-02-08 01:44:44 +0000 UTC]

    I hope you're joking right now and not actually this retarded

    👍: 0 ⏩: 1

    SnowyGoldenPaws In reply to neoDualism [2018-02-21 17:36:16 +0000 UTC]

    Yeah, I'M the retarded one. 

    👍: 0 ⏩: 1

    neoDualism In reply to SnowyGoldenPaws [2018-02-21 19:54:03 +0000 UTC]

    okkk lmao whatevet helps you sleep at night

    👍: 0 ⏩: 1

    SnowyGoldenPaws In reply to neoDualism [2018-02-26 13:49:58 +0000 UTC]

    At least I have a bed to sleep in. 

    👍: 0 ⏩: 1

    neoDualism In reply to SnowyGoldenPaws [2018-02-26 14:30:44 +0000 UTC]

    so does everyone who doesnt live in a third world country

    👍: 0 ⏩: 1

    SnowyGoldenPaws In reply to neoDualism [2019-01-09 23:02:19 +0000 UTC]

    oh my god 
    how tf was i this dumb like almost a year ago helP
    i feel like a complete ass rn sorry for my dumbass self back then   

    👍: 0 ⏩: 1

    neoDualism In reply to SnowyGoldenPaws [2019-01-09 23:22:29 +0000 UTC]

    its okay

    👍: 0 ⏩: 0

    SuperArtMaxim In reply to neoDualism [2017-12-26 20:00:12 +0000 UTC]

    To be fair, it's a pen that can be made to write in multiple different colors, which is honestly a pretty cool idea.

    👍: 1 ⏩: 1

    neoDualism In reply to SuperArtMaxim [2017-12-26 20:03:02 +0000 UTC]

    👍: 0 ⏩: 1

    SuperArtMaxim In reply to neoDualism [2017-12-26 20:04:38 +0000 UTC]

    Also, as far as pens go, this one is honestly pretty cool.

    👍: 0 ⏩: 1

    neoDualism In reply to SuperArtMaxim [2017-12-26 20:08:34 +0000 UTC]

    k

    👍: 0 ⏩: 1

    SuperArtMaxim In reply to neoDualism [2020-01-29 21:36:11 +0000 UTC]

    The ability to switch out cartridges would allow them to add new colors without having to buy a new pen, as well as making it easier to refill.

    👍: 0 ⏩: 0

    kittypot2014 [2016-11-22 23:58:14 +0000 UTC]

    THIS NEEDS TO BE REAL.   

    👍: 1 ⏩: 0

    isthisevenkenny [2016-09-28 22:06:40 +0000 UTC]

    needed an advertisment for hw guess what i chose

    👍: 1 ⏩: 0

    GoObErPlEaSe [2016-07-16 01:33:31 +0000 UTC]

    Just stopping by to look back on the good times...

    *notices that the comments section is still active over a year later*

     Deviantart, still pranking 'em to this date... You must teach me your secrets!!!

    👍: 1 ⏩: 0

    LYKYTHOS [2016-07-15 23:49:48 +0000 UTC]

    The ink doesn't look like it'd dispense... There's one flaw.

    But, I didn't fall for this.

    Nice one, though. ^^

    👍: 1 ⏩: 0

    straingedays [2016-07-15 00:02:54 +0000 UTC]

    Two April Fools and zero badges ?? ... Least this ones better than the 2016 "pen stoke counter"  

    👍: 1 ⏩: 0

    mx-nt [2016-07-13 16:11:33 +0000 UTC]

    I didn't fall for this

    👍: 1 ⏩: 0

    Nerdinvader67 [2016-04-02 14:15:16 +0000 UTC]

    but I need to buy more ink....

    👍: 1 ⏩: 1

    SolBrandz In reply to Nerdinvader67 [2016-04-02 15:08:14 +0000 UTC]

    That will only be $99.99

    👍: 1 ⏩: 1

    Nerdinvader67 In reply to SolBrandz [2016-04-03 01:35:31 +0000 UTC]

    I'm poor, just kidding, I need to buy comics....

    👍: 1 ⏩: 1


    | Next =>